]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/mantemp.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / progmodes / mantemp.el
index 6b92c7ee2d64701bf02f3a411efff53482891cc6..a0f50fc0f19ae7a5d32b90e55971c60496e73541 100644 (file)
@@ -89,7 +89,7 @@
   (save-excursion
     (goto-char (point-min))
     (message "Removing comments")
-    (while (re-search-forward "^[A-z\.()+0-9: ]*`\\|'.*$" nil t)
+    (while (re-search-forward "^[A-z.()+0-9: ]*`\\|'.*$" nil t)
       (replace-match ""))))
 
 (defun mantemp-remove-memfuncs ()