diff options
| author | Richard M. Stallman | 2001-12-16 17:57:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-16 17:57:16 +0000 |
| commit | cf715fcf10efe28aa7554bd22c56f5cf62b54441 (patch) | |
| tree | 06454667cb2da9b0f1ffbef53f96a25848ad4f41 | |
| parent | cad84646a7fc185d7f70b309a242654ffd36168e (diff) | |
| download | emacs-cf715fcf10efe28aa7554bd22c56f5cf62b54441.tar.gz emacs-cf715fcf10efe28aa7554bd22c56f5cf62b54441.zip | |
Fix previous change.
| -rw-r--r-- | lisp/emacs-lisp/debug.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index 59b2d75b384..63e77bb2595 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el | |||
| @@ -332,8 +332,6 @@ That buffer should be current already." | |||
| 332 | (sym (intern-soft (buffer-substring-no-properties | 332 | (sym (intern-soft (buffer-substring-no-properties |
| 333 | beg end))) | 333 | beg end))) |
| 334 | (file (and sym (symbol-file sym)))) | 334 | (file (and sym (symbol-file sym)))) |
| 335 | (message "sym %s, file %s" sym file) | ||
| 336 | (recursive-edit) | ||
| 337 | (when file | 335 | (when file |
| 338 | (goto-char beg) | 336 | (goto-char beg) |
| 339 | ;; help-xref-button needs to operate on something matched | 337 | ;; help-xref-button needs to operate on something matched |