* lisp/cedet/mode-local.el (define-mode-local-override): Declare doctring.

This commit is contained in:
Stefan Monnier 2017-02-28 09:41:04 -05:00
parent a3069604d5
commit 8d7a3f4890

View file

@ -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