mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue