emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 8d7a3f4 1/2: * lisp/cedet/mode-local.el (define-mod


From: Stefan Monnier
Subject: [Emacs-diffs] master 8d7a3f4 1/2: * lisp/cedet/mode-local.el (define-mode-local-override): Declare doctring.
Date: Tue, 28 Feb 2017 11:11:07 -0500 (EST)

branch: master
commit 8d7a3f489082e2aaf4ff238613a497cc03d833ae
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/cedet/mode-local.el (define-mode-local-override): Declare doctring.
---
 lisp/cedet/mode-local.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/cedet/mode-local.el b/lisp/cedet/mode-local.el
index ef24e8a..88ee400 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]