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:
parent
6f940ba15d
commit
63c7727f83
@ -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)))))
|
||||
|
Loading…
Reference in New Issue
Block a user