Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/emacs into emacs-29
This commit is contained in:
commit
f48dccc467
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue