mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
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.
This commit is contained in:
parent
ca36669c88
commit
e470881a42
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user