diff options
| author | Stefan Kangas | 2020-03-21 07:38:21 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-03-21 07:38:44 +0100 |
| commit | 271f9a6aed610283a2ff162d487967ca8469b61a (patch) | |
| tree | 46c6155d7e72fa699f1c42e30f7833031c3c7679 | |
| parent | c1772ce296ae9421412b4bc4a904ef51db49376a (diff) | |
| download | emacs-271f9a6aed610283a2ff162d487967ca8469b61a.tar.gz emacs-271f9a6aed610283a2ff162d487967ca8469b61a.zip | |
Remove obsolete XEmacs comment
* lisp/emacs-lisp/edebug.el (edebug--display-1): Remove comment
regarding an XEmacs exclusive variable.
| -rw-r--r-- | lisp/emacs-lisp/edebug.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 85cc8c8e7ad..bb7817f242c 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el | |||
| @@ -2845,7 +2845,6 @@ See `edebug-behavior-alist' for implementations.") | |||
| 2845 | (if (not (eq edebug-buffer edebug-outside-buffer)) | 2845 | (if (not (eq edebug-buffer edebug-outside-buffer)) |
| 2846 | (goto-char edebug-outside-point)) | 2846 | (goto-char edebug-outside-point)) |
| 2847 | (if (marker-buffer (edebug-mark-marker)) | 2847 | (if (marker-buffer (edebug-mark-marker)) |
| 2848 | ;; Does zmacs-regions need to be nil while doing set-marker? | ||
| 2849 | (set-marker (edebug-mark-marker) edebug-outside-mark)) | 2848 | (set-marker (edebug-mark-marker) edebug-outside-mark)) |
| 2850 | )) ; unwind-protect | 2849 | )) ; unwind-protect |
| 2851 | ;; None of the following is done if quit or signal occurs. | 2850 | ;; None of the following is done if quit or signal occurs. |