]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 8 Dec 2011 13:23:43 +0000 (08:23 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 8 Dec 2011 13:23:43 +0000 (08:23 -0500)
Fixes: debbugs:10244
lisp/ChangeLog
lisp/emacs-lisp/lisp-mode.el

index f27ed2abb65aaa4a0baa9211d01a78f15bede62d..828d67fc376e8acfa9e880a057c9d2285a64ed4d 100644 (file)
@@ -1,5 +1,7 @@
 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
+
        * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
        (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
        end in ".mk".
index f9e7fe448242ae388ac5c049d940b30d5f250d8e..44e87e171d1f9aaa8ccd2d25ba51e35f8f6d55ed 100644 (file)
 (put 'autoload 'doc-string-elt 3)
 (put 'defun    'doc-string-elt 3)
 (put 'defun*    'doc-string-elt 3)
+(put 'defmethod 'doc-string-elt 3)
 (put 'defvar   'doc-string-elt 3)
 (put 'defcustom 'doc-string-elt 3)
 (put 'deftheme 'doc-string-elt 2)