(insert-kbd-macro): Print semi-colons as `?\;'.
This commit is contained in:
@@ -150,6 +150,8 @@ use this command, and then save the file."
|
||||
(setq mods (cdr mods)))
|
||||
(cond ((= char ?\\)
|
||||
(insert "\\\\"))
|
||||
((= char ?\;)
|
||||
(insert "\\;"))
|
||||
((= char 127)
|
||||
(insert "\\C-?"))
|
||||
((< char 127)
|
||||
|
||||
Reference in New Issue
Block a user