changeset 22018:6e80b7be8ac9

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 10 May 1998 18:45:55 +0000
parents 615e861e4bb6
children bb9dd4758e7e
files lisp/add-log.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Sun May 10 07:01:15 1998 +0000
+++ b/lisp/add-log.el	Sun May 10 18:45:55 1998 +0000
@@ -503,7 +503,7 @@
 		   (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)))))