]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove obsolete XEmacs comment
authorStefan Kangas <stefankangas@gmail.com>
Sat, 21 Mar 2020 06:38:21 +0000 (07:38 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 21 Mar 2020 06:38:44 +0000 (07:38 +0100)
* lisp/emacs-lisp/edebug.el (edebug--display-1): Remove comment
regarding an XEmacs exclusive variable.

lisp/emacs-lisp/edebug.el

index 85cc8c8e7adbc531dc46b371d48cda125782d86d..bb7817f242c5888c9ebec01f27604b3f438d6627 100644 (file)
@@ -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.