diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-10-11 13:54:30 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-10-11 13:54:30 -0400 |
commit | a93dceda3fdcca18b51cb96461e1b8a4fc61bfd7 (patch) | |
tree | cea78c213727884969164b13de3ececf4233a96d /lisp/cedet/srecode/ctxt.el | |
parent | 421db07d061cdc493300b30646c2acd13f26d8f3 (diff) | |
download | emacs-a93dceda3fdcca18b51cb96461e1b8a4fc61bfd7.tar.gz emacs-a93dceda3fdcca18b51cb96461e1b8a4fc61bfd7.tar.bz2 emacs-a93dceda3fdcca18b51cb96461e1b8a4fc61bfd7.zip |
* lisp/cedet/mode-local.el (define-overload): Declare obsolete
* lisp/cedet/srecode/ctxt.el (srecode-calculate-context):
* lisp/cedet/srecode/semantic.el (srecode-semantic-apply-tag-to-dict)
(srecode-semantic-find-template): Use define-overloadable-function instead.
Diffstat (limited to 'lisp/cedet/srecode/ctxt.el')
-rw-r--r-- | lisp/cedet/srecode/ctxt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/ctxt.el b/lisp/cedet/srecode/ctxt.el index b20b9bc6417..ee9f12fcae3 100644 --- a/lisp/cedet/srecode/ctxt.el +++ b/lisp/cedet/srecode/ctxt.el @@ -36,7 +36,7 @@ ;;; Code: -(define-overload srecode-calculate-context () +(define-overloadable-function srecode-calculate-context () "Calculate the context at the current point. The returned context is a list, with the top-most context first. Each returned context is a string that would show up in a `context' |