1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 22:41:06 -08:00

Fix previous change.

This commit is contained in:
Richard M. Stallman 2001-12-16 17:57:16 +00:00
parent cad84646a7
commit cf715fcf10

View file

@ -332,8 +332,6 @@ That buffer should be current already."
(sym (intern-soft (buffer-substring-no-properties
beg end)))
(file (and sym (symbol-file sym))))
(message "sym %s, file %s" sym file)
(recursive-edit)
(when file
(goto-char beg)
;; help-xref-button needs to operate on something matched