]> code.delx.au - gnu-emacs/blobdiff - lisp/add-log.el
(input-method-exit-on-first-char):
[gnu-emacs] / lisp / add-log.el
index bde35a63b43efd5f890a5787d4413fe44d467dd2..287ff094ae88fc25d7e1344e477dfa6acc9dd02e 100644 (file)
@@ -1,4 +1,4 @@
-;; add-log.el --- change log maintenance commands for Emacs
+;;; add-log.el --- change log maintenance commands for Emacs
 
 ;; Copyright (C) 1985, 86, 88, 93, 94, 97, 1998 Free Software Foundation, Inc.
 
@@ -503,7 +503,7 @@ Has a preference of looking backwards."
                   (forward-sexp 1)
                   ;; The second element is usually a symbol being defined.
                   ;; If it is not, use the first symbol in it.
-                  (skip-chars-forward " \tx\n'(")
+                  (skip-chars-forward " \t\n'(")
                   (buffer-substring (point)
                                     (progn (forward-sexp 1)
                                            (point)))))