(insert-kbd-macro): Escape double quote character. From Thomas W

Murphy <twm@andrew.cmu.edu>.
This commit is contained in:
Glenn Morris 2003-07-23 18:00:25 +00:00
parent 0a74d88276
commit 5367d2b303

View file

@ -150,6 +150,8 @@ use this command, and then save the file."
(setq mods (cdr mods)))
(cond ((= char ?\\)
(insert "\\\\"))
((= char ?\")
(insert "\\\""))
((= char ?\;)
(insert "\\;"))
((= char 127)