mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/emacs into emacs-29
This commit is contained in:
commit
f48dccc467
@ -179,7 +179,7 @@ With a prefix argument, format the macro in a more concise way."
|
||||
(setq-local edmacro-finish-hook finish-hook)
|
||||
(setq-local edmacro-store-hook store-hook)
|
||||
(setq-local font-lock-defaults
|
||||
'(edmacro-mode-font-lock-keywords nil nil nil nil))
|
||||
'(edmacro-mode-font-lock-keywords nil nil ((?\" . "w"))))
|
||||
(setq font-lock-multiline nil)
|
||||
(erase-buffer)
|
||||
(insert (substitute-command-keys
|
||||
|
Loading…
Reference in New Issue
Block a user