diff options
| -rw-r--r-- | lisp/macros.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/macros.el b/lisp/macros.el index e333bc106be..354ab82a467 100644 --- a/lisp/macros.el +++ b/lisp/macros.el | |||
| @@ -150,6 +150,8 @@ use this command, and then save the file." | |||
| 150 | (setq mods (cdr mods))) | 150 | (setq mods (cdr mods))) |
| 151 | (cond ((= char ?\\) | 151 | (cond ((= char ?\\) |
| 152 | (insert "\\\\")) | 152 | (insert "\\\\")) |
| 153 | ((= char ?\;) | ||
| 154 | (insert "\\;")) | ||
| 153 | ((= char 127) | 155 | ((= char 127) |
| 154 | (insert "\\C-?")) | 156 | (insert "\\C-?")) |
| 155 | ((< char 127) | 157 | ((< char 127) |