mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
(scheme-mode-variables): Fix bug#79282
* lisp/progmodes/scheme.el (scheme-mode-variables): Re-install
`lisp-font-lock-syntactic-face-function` mistakenly removed
in commit 0a5cfeeecb.
This commit is contained in:
parent
d859ac4183
commit
2954234f8f
1 changed files with 3 additions and 1 deletions
|
|
@ -201,7 +201,9 @@
|
|||
scheme-font-lock-keywords-1 scheme-font-lock-keywords-2)
|
||||
nil t (("+-*/.<>=!?$%_&~^:" . "w") (?#. "w 14"))
|
||||
beginning-of-defun
|
||||
(font-lock-mark-block-function . mark-defun)))
|
||||
(font-lock-mark-block-function . mark-defun)
|
||||
(font-lock-syntactic-face-function
|
||||
. lisp-font-lock-syntactic-face-function)))
|
||||
(setq-local prettify-symbols-alist lisp-prettify-symbols-alist)
|
||||
(setq-local lisp-doc-string-elt-property 'scheme-doc-string-elt))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue