diff options
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' |