emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/derived.el,v


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/derived.el,v
Date: Sat, 21 Jun 2008 19:57:50 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     John Paul Wallington <jpw>      08/06/21 19:57:50

Index: derived.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/derived.el,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- derived.el  6 May 2008 03:21:14 -0000       1.21
+++ derived.el  21 Jun 2008 19:57:50 -0000      1.22
@@ -162,7 +162,8 @@
 
 See Info node `(elisp)Derived Modes' for more details."
   (declare (debug (&define name symbolp sexp [&optional stringp]
-                          [&rest keywordp sexp] def-body)))
+                          [&rest keywordp sexp] def-body))
+          (doc-string 4))
 
   (when (and docstring (not (stringp docstring)))
     ;; Some trickiness, since what appears to be the docstring may really be




reply via email to

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