]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some remaining references to XEmacs
authorStefan Kangas <stefan@marxist.se>
Mon, 13 Sep 2021 02:41:15 +0000 (04:41 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 13 Sep 2021 04:04:29 +0000 (06:04 +0200)
* lisp/allout.el (allout-overlay-preparations):
* lisp/cedet/semantic/decorate/include.el
(semantic-decoration-unknown-include-menu)
(semantic-decoration-fileless-include-menu):
* lisp/cedet/semantic/idle.el (semantic-idle-scheduler-setup-timers):
* lisp/vc/ediff-init.el:
* lisp/vc/ediff-util.el (ediff-mode): Remove some remaining references
to XEmacs.

lisp/allout.el
lisp/cedet/semantic/decorate/include.el
lisp/cedet/semantic/idle.el
lisp/vc/ediff-init.el
lisp/vc/ediff-util.el

index 0625ea68abe3e7792d470445c45ecdae4ae62feb..622596310b280bb2fc4454a517c0415e1f25c676 100644 (file)
@@ -1601,7 +1601,7 @@ So `allout-post-command-business' should not reactivate it...")
   ;; the _transient_ opening of invisible text during isearch -- is keyed to
   ;; presence of the isearch-open-invisible property -- even though this
   ;; property controls the isearch _arrival_ behavior.  This is the case at
-  ;; least in emacs 21, 22.1, and xemacs 21.4.
+  ;; least in emacs 21, 22.1.
   (put 'allout-exposure-category 'isearch-open-invisible
        #'allout-isearch-end-handler)
   (put 'allout-exposure-category 'insert-in-front-hooks
index a3bf4e252f725cbacf374158e8b14b70c3f4e889..389b3062c5dc00c331151ceb39c85e832f0b04e1 100644 (file)
@@ -514,9 +514,7 @@ See the Semantic manual node on SemanticDB for more about search paths.")
 Argument EVENT describes the event that caused this function to be called."
   (interactive "e")
   (let* ((startwin (selected-window))
-        ;; This line has an issue in XEmacs.
-        (win (semantic-event-window event))
-        )
+         (win (semantic-event-window event)))
     (select-window win t)
     (save-excursion
       ;(goto-char (window-start win))
@@ -557,9 +555,7 @@ searches, but you cannot visit this include.\n\n")
 Argument EVENT describes the event that caused this function to be called."
   (interactive "e")
   (let* ((startwin (selected-window))
-        ;; This line has an issue in XEmacs.
-        (win (semantic-event-window event))
-        )
+         (win (semantic-event-window event)))
     (select-window win t)
     (save-excursion
       ;(goto-char (window-start win))
index b883573a30ff44839acd0b290129cc520ed482df..c058e8a8b501ca0a62992d538701fafb5ebc6f86 100644 (file)
@@ -102,7 +102,6 @@ it is unlikely the user would be ready to type again right away."
 
 (defun semantic-idle-scheduler-setup-timers ()
   "Lazy initialization of the auto parse idle timer."
-  ;; REFRESH THIS FUNCTION for XEMACS FOIBLES
   (or (timerp semantic-idle-scheduler-timer)
       (setq semantic-idle-scheduler-timer
             (run-with-idle-timer
index 17c4202d6478a98c3f47fcae3732a82241dfb93f..96fa0633e847ab16cce260037dad126b26574935 100644 (file)
@@ -49,7 +49,6 @@ that Ediff doesn't know about.")
   (declare (obsolete nil "27.1"))
   window-system)
 
-;; in XEmacs: device-type is tty on tty and stream in batch.
 (defun ediff-window-display-p ()
   (and window-system
        (not (memq window-system '(tty pc stream)))))
index 0cbea2c28d7b9f631e331fa7f4f84f5bfc20a100..0404380943676baef077da91a19a0d78f2da93c8 100644 (file)
@@ -87,12 +87,10 @@ Commands:
   (kill-all-local-variables)
   (setq major-mode 'ediff-mode)
   (setq mode-name "Ediff")
-  ;; We use run-hooks instead of run-mode-hooks for two reasons.
+  ;; We use run-hooks instead of run-mode-hooks for one reason.
   ;; The ediff control buffer is read-only and it is not supposed to be
   ;; modified by minor modes and such. So, run-mode-hooks doesn't do anything
   ;; useful here on top of what run-hooks does.
-  ;; Second, changing run-hooks to run-mode-hooks would require an
-  ;; if-statement, since XEmacs doesn't have this.
   (run-hooks 'ediff-mode-hook))
 
 
@@ -3938,8 +3936,8 @@ If Emacs happens to dump core, this is NOT an Ediff problem---it is
 an Emacs bug.  Report this to Emacs maintainers.
 
 Another popular topic for reports is compilation messages.  Because Ediff
-interfaces to several other packages and runs under Emacs and XEmacs,
-byte-compilation may produce output like this:
+interfaces to several other packages, byte-compilation may produce output
+like this:
 
        While compiling toplevel forms in file ediff.el:
         ** reference to free variable zzz