* lisp/cedet/mode-local.el (define-mode-local-override): Declare doctring.
This commit is contained in:
parent
a3069604d5
commit
8d7a3f4890
1 changed files with 2 additions and 0 deletions
|
@ -579,6 +579,8 @@ ARGS are the function arguments, which should match those of the same
|
|||
named function created with `define-overload'.
|
||||
DOCSTRING is the documentation string.
|
||||
BODY is the implementation of this function."
|
||||
;; FIXME: Make this obsolete and use cl-defmethod with &context instead.
|
||||
(declare (doc-string 4))
|
||||
(let ((newname (intern (format "%s-%s" name mode))))
|
||||
`(progn
|
||||
(eval-and-compile
|
||||
|
|
Loading…
Add table
Reference in a new issue