]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 10 May 1998 18:45:55 +0000 (18:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 10 May 1998 18:45:55 +0000 (18:45 +0000)
lisp/add-log.el

index bde35a63b43efd5f890a5787d4413fe44d467dd2..06c52feebe83a8c2555d9d78fef9b0ba4a0aab2a 100644 (file)
@@ -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)))))