]> git.eshelyaron.com Git - emacs.git/commitdiff
Drop XEmacs support for EDE ELisp projects
authorStefan Kangas <stefan@marxist.se>
Mon, 21 Dec 2020 15:22:42 +0000 (16:22 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 21 Dec 2020 15:32:10 +0000 (16:32 +0100)
* lisp/cedet/ede/proj-elisp.el (ede-proj-target-elisp): Remove
XEmacs support.
(ede-xemacs-compiler): Make obsolete.

lisp/cedet/ede/proj-elisp.el

index bcd672133db512d1e8d322b4c04054ef2712b0fd..9847a367467ea30ef646ad3cb0550d363f611bca 100644 (file)
@@ -36,7 +36,7 @@
    (keybindings :initform nil)
    (phony :initform t)
    (sourcetype :initform '(ede-source-emacs))
-   (availablecompilers :initform '(ede-emacs-compiler ede-xemacs-compiler))
+   (availablecompilers :initform '(ede-emacs-compiler))
    (aux-packages :initarg :aux-packages
                 :initform nil
                 :type list
@@ -104,6 +104,7 @@ For Emacs Lisp, return addsuffix command on source files."
         :name "xemacs"
         :variables '(("EMACS" . "xemacs")))
   "Compile Emacs Lisp programs with XEmacs.")
+(make-obsolete-variable 'ede-xemacs-compiler 'ede-emacs-compiler "28.1")
 
 ;;; Claiming files
 (cl-defmethod ede-buffer-mine ((this ede-proj-target-elisp) buffer)