mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 07:20:28 -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
|
|
@ -237,7 +237,6 @@
|
|||
(eval-when-compile
|
||||
(concat "(\\(" lisp-mode-symbol-regexp "\\)\\_>"))
|
||||
limit t)
|
||||
;; FIXME: If it's indented like `defun' then highlight the first arg!
|
||||
(let ((sym (intern-soft (match-string 1))))
|
||||
(when (or (special-form-p sym)
|
||||
(and (macrop sym)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue