/[emacs]/emacs/lisp/emacs-lisp/bytecomp.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/bytecomp.el

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

revision 2.128 by rms, Thu Apr 24 01:51:54 2003 UTC revision 2.129 by rms, Thu Apr 24 01:52:27 2003 UTC
# Line 3546  If FORM is a lambda or a macro, byte-com Line 3546  If FORM is a lambda or a macro, byte-com
3546                 (byte-compile-byte-code-maker                 (byte-compile-byte-code-maker
3547                  (byte-compile-lambda (cons 'lambda (cdr (cdr form)))))))                  (byte-compile-lambda (cons 'lambda (cdr (cdr form)))))))
3548          (byte-compile-discard))          (byte-compile-discard))
3549        ;; We prefer to generate a defalias form so it will record the function
3550        ;; definition just like interpreting a defun/
3551      (byte-compile-form      (byte-compile-form
3552       (list 'defalias       (list 'defalias
3553             (list 'quote (nth 1 form))             (list 'quote (nth 1 form))

Legend:
Removed from v.2.128  
changed lines
  Added in v.2.129

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