emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106640: * lisp/emacs-lisp/lisp-mode.


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106640: * lisp/emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt.
Date: Thu, 08 Dec 2011 08:23:43 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106640
fixes bug(s): http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10244
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Thu 2011-12-08 08:23:43 -0500
message:
  * lisp/emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/lisp-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-12-08 13:20:20 +0000
+++ b/lisp/ChangeLog    2011-12-08 13:23:43 +0000
@@ -1,5 +1,7 @@
 2011-12-08  Stefan Monnier  <address@hidden>
 
+       * 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".

=== modified file 'lisp/emacs-lisp/lisp-mode.el'
--- a/lisp/emacs-lisp/lisp-mode.el      2011-11-19 09:18:31 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el      2011-12-08 13:23:43 +0000
@@ -131,6 +131,7 @@
 (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)


reply via email to

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