diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-10-28 14:01:49 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-10-28 14:01:49 +0000 |
commit | 5a916e3569279bedc2edf2d8dd13019ca9fb2698 (patch) | |
tree | dc23dfe1177f88166a31eb07154f55a533595c02 /lisp/cedet/semantic/fw.el | |
parent | 70f44c655cee05550fa1cfcd0aae5cf720c31447 (diff) | |
download | emacs-5a916e3569279bedc2edf2d8dd13019ca9fb2698.tar.gz |
* cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
(overload-docstring-extension): Use that info.
* cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
* cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
* cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
(semantic-nonterminal-abstract, semantic-nonterminal-leaf)
(semantic-nonterminal-full-name): Add the new `when' info.
* cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for `assert'.
Diffstat (limited to 'lisp/cedet/semantic/fw.el')
-rw-r--r-- | lisp/cedet/semantic/fw.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/fw.el b/lisp/cedet/semantic/fw.el index 1c8d2804202..c75a7cfeb09 100644 --- a/lisp/cedet/semantic/fw.el +++ b/lisp/cedet/semantic/fw.el @@ -161,7 +161,7 @@ will throw a warning when it encounters this symbol." byte-compile-current-file (not (string-match "cedet" byte-compile-current-file)) ) - (make-obsolete-overload oldfnalias newfn) + (make-obsolete-overload oldfnalias newfn when) (semantic-compile-warn "%s: `%s' obsoletes overload `%s'" byte-compile-current-file |