Remove obsolete XEmacs comment
* lisp/emacs-lisp/edebug.el (edebug--display-1): Remove comment regarding an XEmacs exclusive variable.
This commit is contained in:
parent
c1772ce296
commit
271f9a6aed
1 changed files with 0 additions and 1 deletions
|
@ -2845,7 +2845,6 @@ See `edebug-behavior-alist' for implementations.")
|
|||
(if (not (eq edebug-buffer edebug-outside-buffer))
|
||||
(goto-char edebug-outside-point))
|
||||
(if (marker-buffer (edebug-mark-marker))
|
||||
;; Does zmacs-regions need to be nil while doing set-marker?
|
||||
(set-marker (edebug-mark-marker) edebug-outside-mark))
|
||||
)) ; unwind-protect
|
||||
;; None of the following is done if quit or signal occurs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue