emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/boxquote d6b49938de 21/31: Support for XEmacs is dropped (


From: ELPA Syncer
Subject: [nongnu] elpa/boxquote d6b49938de 21/31: Support for XEmacs is dropped (for now).
Date: Sat, 1 Jan 2022 01:58:27 -0500 (EST)

branch: elpa/boxquote
commit d6b49938defe191690ba1d6f31090697a87a752d
Author: Dave Pearson <davep@davep.org>
Commit: Dave Pearson <davep@davep.org>

    Support for XEmacs is dropped (for now).
---
 boxquote.el | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/boxquote.el b/boxquote.el
index 5716eb7cb8..9a0d23b3c6 100644
--- a/boxquote.el
+++ b/boxquote.el
@@ -37,7 +37,8 @@
 ;; hassled him for his code but it was far more fun to write it myself.
 ;;
 ;; Mark Milhollan for providing a patch that helped me get the help quoting
-;; functions working with XEmacs.
+;; functions working with XEmacs. (which, for other reasons, I've neded to
+;; remove as of v2.0 -- hopefully I can get things working on XEmacs again).
 ;;
 ;; Oliver Much for suggesting the idea of having a `boxquote-kill-ring-save'
 ;; function.
@@ -176,10 +177,6 @@ the article you'd copied the text from."
 
 ;; Main code:
 
-(defun boxquote-xemacs-p ()
-  "Are we running in XEmacs?"
-  (and (boundp 'running-xemacs) (symbol-value 'running-xemacs)))
-
 (defun boxquote-points ()
   "Find the start and end points of a boxquote.
 



reply via email to

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