aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cedet/mode-local.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cedet/mode-local.el b/lisp/cedet/mode-local.el
index ef24e8a6cb9..88ee4001414 100644
--- a/lisp/cedet/mode-local.el
+++ b/lisp/cedet/mode-local.el
@@ -579,6 +579,8 @@ ARGS are the function arguments, which should match those of the same
579named function created with `define-overload'. 579named function created with `define-overload'.
580DOCSTRING is the documentation string. 580DOCSTRING is the documentation string.
581BODY is the implementation of this function." 581BODY is the implementation of this function."
582 ;; FIXME: Make this obsolete and use cl-defmethod with &context instead.
583 (declare (doc-string 4))
582 (let ((newname (intern (format "%s-%s" name mode)))) 584 (let ((newname (intern (format "%s-%s" name mode))))
583 `(progn 585 `(progn
584 (eval-and-compile 586 (eval-and-compile