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/byte-run.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-run.el
Date: Mon, 24 Oct 2005 12:10:43 -0400

Index: emacs/lisp/emacs-lisp/byte-run.el
diff -c emacs/lisp/emacs-lisp/byte-run.el:1.16 
emacs/lisp/emacs-lisp/byte-run.el:1.17
*** emacs/lisp/emacs-lisp/byte-run.el:1.16      Sat Aug  6 17:08:59 2005
--- emacs/lisp/emacs-lisp/byte-run.el   Mon Oct 24 16:10:42 2005
***************
*** 50,55 ****
--- 50,57 ----
             (put macro 'lisp-indent-function (car (cdr d))))
            ((and (consp d) (eq (car d) 'debug))
             (put macro 'edebug-form-spec (car (cdr d))))
+           ((and (consp d) (eq (car d) 'doc-string))
+            (put macro 'doc-string-elt (car (cdr d))))
            (t
             (message "Unknown declaration %s" d))))))
  




reply via email to

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