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/bytecomp.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el
Date: Wed, 09 Feb 2005 10:51:11 -0500

Index: emacs/lisp/emacs-lisp/bytecomp.el
diff -c emacs/lisp/emacs-lisp/bytecomp.el:2.160 
emacs/lisp/emacs-lisp/bytecomp.el:2.161
*** emacs/lisp/emacs-lisp/bytecomp.el:2.160     Tue Dec 21 11:50:52 2004
--- emacs/lisp/emacs-lisp/bytecomp.el   Wed Feb  9 15:50:40 2005
***************
*** 1765,1771 ****
        (byte-compile-maxdepth 0)
        (byte-compile-output nil)
        ;; This allows us to get the positions of symbols read; it's
!       ;; new in Emacs 21.4.
        (read-with-symbol-positions inbuffer)
        (read-symbol-positions-list nil)
        ;;        #### This is bound in b-c-close-variables.
--- 1765,1771 ----
        (byte-compile-maxdepth 0)
        (byte-compile-output nil)
        ;; This allows us to get the positions of symbols read; it's
!       ;; new in Emacs 22.1.
        (read-with-symbol-positions inbuffer)
        (read-symbol-positions-list nil)
        ;;        #### This is bound in b-c-close-variables.




reply via email to

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