(insert-kbd-macro): Escape double quote character. From Thomas W
Murphy <twm@andrew.cmu.edu>.
This commit is contained in:
parent
0a74d88276
commit
5367d2b303
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue