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:
parent
cad84646a7
commit
cf715fcf10
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue