]> git.eshelyaron.com Git - emacs.git/commitdiff
(add-log-current-defun): Fix previous change--skip
authorRichard M. Stallman <rms@gnu.org>
Sun, 10 May 1998 05:53:16 +0000 (05:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 10 May 1998 05:53:16 +0000 (05:53 +0000)
tab and newline also.

lisp/add-log.el

index 6d762cec01c079cfcba8bfa08674ec675b2b334f..bde35a63b43efd5f890a5787d4413fe44d467dd2 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 " '(")
+                  (skip-chars-forward " \tx\n'(")
                   (buffer-substring (point)
                                     (progn (forward-sexp 1)
                                            (point)))))