]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/mantemp.el
Merge remote-tracking branch 'origin/master' into emacs-25
[gnu-emacs] / lisp / progmodes / mantemp.el
index e472b0cc530097917c34662bf041cb10ccd28cde..a0f50fc0f19ae7a5d32b90e55971c60496e73541 100644 (file)
@@ -1,6 +1,6 @@
 ;;; mantemp.el --- create manual template instantiations from g++ 2.7.2 output
 
-;; Copyright (C) 1996, 2001-2013 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 2001-2015 Free Software Foundation, Inc.
 
 ;; Author: Tom Houlder <thoulder@icor.fr>
 ;; Created: 10 Dec 1996
@@ -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 ()