diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2017-02-28 09:41:04 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2017-02-28 09:41:04 -0500 |
commit | 8d7a3f489082e2aaf4ff238613a497cc03d833ae (patch) | |
tree | df4c49613fd49c068039b5b2b26635c3f85debe7 /lisp/cedet | |
parent | a3069604d5d672975ee9e421881fad9be95aaf54 (diff) | |
download | emacs-8d7a3f489082e2aaf4ff238613a497cc03d833ae.tar.gz |
* lisp/cedet/mode-local.el (define-mode-local-override): Declare doctring.
Diffstat (limited to 'lisp/cedet')
-rw-r--r-- | lisp/cedet/mode-local.el | 2 |
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 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 |