Declare semantic XEmacs compat code obsolete
* lisp/cedet/semantic/grammar.el (semantic-grammar-setup-menu-xemacs): Declare obsolete.
This commit is contained in:
parent
2a0a47ce52
commit
434ebb51ed
1 changed files with 1 additions and 0 deletions
|
@ -1251,6 +1251,7 @@ common grammar menu."
|
|||
"Setup an XEmacs grammar menu in variable SYMBOL.
|
||||
MODE-MENU is an optional specific menu whose items are appended to the
|
||||
common grammar menu."
|
||||
(declare (obsolete nil "28.1"))
|
||||
(let ((items (make-symbol "items"))
|
||||
(path (make-symbol "path")))
|
||||
`(progn
|
||||
|
|
Loading…
Add table
Reference in a new issue