projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2137fdf
)
Fix fontification of " in edit-kbd-macro
author
Stefan Kangas
<stefankangas@gmail.com>
Sat, 2 Sep 2023 07:48:18 +0000
(09:48 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 2 Sep 2023 07:51:29 +0000
(09:51 +0200)
* lisp/edmacro.el (edit-kbd-macro): Fix fontification when editing
keyboard macros containing the " character.
lisp/edmacro.el
patch
|
blob
|
history
diff --git
a/lisp/edmacro.el
b/lisp/edmacro.el
index 8734f7cbebee509fd6664b3857e473fb6eb9da9b..0b62bf262bc4341b74bb2bd3880652de274e7f2c 100644
(file)
--- a/
lisp/edmacro.el
+++ b/
lisp/edmacro.el
@@
-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