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:
parent
9233865b70
commit
698ff554ac
59 changed files with 915 additions and 818 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue