mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 07:40:39 -08:00
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
This reverts commit 698ff554ac.
This commit is contained in:
parent
699fce296b
commit
0b4e003766
59 changed files with 818 additions and 915 deletions
|
|
@ -141,7 +141,7 @@ usually more efficient than that of a simplified version:
|
|||
(completion-regexp-list nil)
|
||||
(open (cond ((stringp paren) paren) (paren "\\(")))
|
||||
(sorted-strings (delete-dups
|
||||
(sort (copy-sequence strings) #'string-lessp)))
|
||||
(sort (copy-sequence strings) 'string-lessp)))
|
||||
(re
|
||||
(cond
|
||||
;; No strings: return an unmatchable regexp.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue