summaryrefslogtreecommitdiff
path: root/lisp/add-log.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-10 18:45:55 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-10 18:45:55 +0000
commit63c7727f83b8b21a0ea3e0582d5d1732f77065f7 (patch)
tree791c502675ff8689d7062a2e8d96cda6851acd60 /lisp/add-log.el
parent6f940ba15d4a6a02c979254260eb00e3d7d492be (diff)
downloademacs-63c7727f83b8b21a0ea3e0582d5d1732f77065f7.tar.gz
Fix previous change.
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r--lisp/add-log.el2
1 files changed, 1 insertions, 1 deletions
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)))))