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-opt.el


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-opt.el
Date: Wed, 02 Nov 2005 17:18:32 -0500

Index: emacs/lisp/emacs-lisp/byte-opt.el
diff -c emacs/lisp/emacs-lisp/byte-opt.el:1.84 
emacs/lisp/emacs-lisp/byte-opt.el:1.85
*** emacs/lisp/emacs-lisp/byte-opt.el:1.84      Wed Nov  2 21:56:15 2005
--- emacs/lisp/emacs-lisp/byte-opt.el   Wed Nov  2 22:18:32 2005
***************
*** 1135,1141 ****
          (setq constant nil))
        (setq args (cdr args)))
      (if constant
!       (cons 'quote (eval form))
        form)))
  
  ;; Avoid having to write forward-... with a negative arg for speed.
--- 1135,1141 ----
          (setq constant nil))
        (setq args (cdr args)))
      (if constant
!       (list 'quote (eval form))
        form)))
  
  ;; Avoid having to write forward-... with a negative arg for speed.




reply via email to

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