]> code.delx.au - gnu-emacs/blobdiff - lisp/macros.el
*** empty log message ***
[gnu-emacs] / lisp / macros.el
index 6263a6957c28a04af8fd86790da7f0af63c95a3d..354ab82a46743b1377adddf8e062b8478de8d879 100644 (file)
@@ -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)
@@ -303,4 +305,6 @@ and then select the region of un-tablified names and use
 
 ;;;###autoload (define-key ctl-x-map "q" 'kbd-macro-query)
 
+(provide 'macros)
+
 ;;; macros.el ends here