1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

* lisp/calc/calc-ext.el (math-scalarp): Fix typo

This commit is contained in:
Stefan Monnier 2019-06-26 10:03:48 -04:00
parent 9233865b70
commit 698ff554ac
59 changed files with 915 additions and 818 deletions

View file

@ -628,7 +628,8 @@ builtins.")
;; OS specific
"VMSError" "WindowsError"
)
symbol-end) . font-lock-type-face)
symbol-end)
. font-lock-type-face)
;; assignments
;; support for a = b = c = 5
(,(lambda (limit)
@ -678,6 +679,7 @@ Which one will be chosen depends on the value of
((rx (or "\"\"\"" "'''"))
(0 (ignore (python-syntax-stringify))))))
;; Always define the alias(es) *before* the variable.
(define-obsolete-variable-alias 'python--prettify-symbols-alist
'python-prettify-symbols-alist "26.1")