From: Stefan Kangas Date: Mon, 21 Dec 2020 15:22:42 +0000 (+0100) Subject: Drop XEmacs support for EDE ELisp projects X-Git-Tag: emacs-28.0.90~4635 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e470881a423bf43044cb65661772425fd3a24fff;p=emacs.git Drop XEmacs support for EDE ELisp projects * lisp/cedet/ede/proj-elisp.el (ede-proj-target-elisp): Remove XEmacs support. (ede-xemacs-compiler): Make obsolete. --- diff --git a/lisp/cedet/ede/proj-elisp.el b/lisp/cedet/ede/proj-elisp.el index bcd672133db..9847a367467 100644 --- a/lisp/cedet/ede/proj-elisp.el +++ b/lisp/cedet/ede/proj-elisp.el @@ -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)