From: Richard M. Stallman Date: Sun, 10 May 1998 18:45:55 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-20.3~1059 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63c7727f83b8b21a0ea3e0582d5d1732f77065f7;p=emacs.git Fix previous change. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index bde35a63b43..06c52feebe8 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -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)))))