From: Stefan Monnier Date: Tue, 28 Feb 2017 14:41:04 +0000 (-0500) Subject: * lisp/cedet/mode-local.el (define-mode-local-override): Declare doctring. X-Git-Tag: emacs-26.0.90~693 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d7a3f489082e2aaf4ff238613a497cc03d833ae;p=emacs.git * lisp/cedet/mode-local.el (define-mode-local-override): Declare doctring. --- 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 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