1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -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

@ -1115,7 +1115,7 @@ to exclude some SCSS constructs."
(goto-char start-point)
(forward-comment (- (point)))
(skip-chars-backward "@[:alpha:]")
(unless (looking-at-p "@\\(mixin\\|include\\)")
(unless (looking-at-p "@\\(?:mixin\\|include\\)")
(cdr color)))))
(defun css--compute-color (start-point match)