/[emacs]/emacs/lisp/emacs-lisp/byte-run.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/byte-run.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by ttn, Sat Aug 6 17:08:59 2005 UTC revision 1.17 by monnier, Mon Oct 24 16:10:42 2005 UTC
# Line 50  The return value of this function is not Line 50  The return value of this function is not
50               (put macro 'lisp-indent-function (car (cdr d))))               (put macro 'lisp-indent-function (car (cdr d))))
51              ((and (consp d) (eq (car d) 'debug))              ((and (consp d) (eq (car d) 'debug))
52               (put macro 'edebug-form-spec (car (cdr d))))               (put macro 'edebug-form-spec (car (cdr d))))
53                ((and (consp d) (eq (car d) 'doc-string))
54                 (put macro 'doc-string-elt (car (cdr d))))
55              (t              (t
56               (message "Unknown declaration %s" d))))))               (message "Unknown declaration %s" d))))))
57    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26