diff options
Diffstat (limited to 'lisp/cedet/semantic/wisent/comp.el')
-rw-r--r-- | lisp/cedet/semantic/wisent/comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/wisent/comp.el b/lisp/cedet/semantic/wisent/comp.el index 2ffce5652da..e24f6128a68 100644 --- a/lisp/cedet/semantic/wisent/comp.el +++ b/lisp/cedet/semantic/wisent/comp.el @@ -3449,7 +3449,7 @@ Automatically called by the Emacs Lisp byte compiler as a (defun wisent-compile-grammar (grammar &optional start-list) ;; This is kept for compatibility with FOO-wy.el files generated - ;; with older versions of Emacs. + ;; with older Emacsen. (declare (obsolete wisent-compiled-grammar "Mar 2021")) (wisent--compile-grammar grammar start-list)) |