1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Fix previous change.

This commit is contained in:
Richard M. Stallman 1998-05-10 18:45:55 +00:00
parent 6f940ba15d
commit 63c7727f83

View 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)))))