emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 271f9a6 1/2: Remove obsolete XEmacs comment


From: Stefan Kangas
Subject: master 271f9a6 1/2: Remove obsolete XEmacs comment
Date: Sat, 21 Mar 2020 03:18:58 -0400 (EDT)

branch: master
commit 271f9a6aed610283a2ff162d487967ca8469b61a
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    Remove obsolete XEmacs comment
    
    * lisp/emacs-lisp/edebug.el (edebug--display-1): Remove comment
    regarding an XEmacs exclusive variable.
---
 lisp/emacs-lisp/edebug.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 85cc8c8..bb7817f 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]