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,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el,v
Date: Fri, 04 Jan 2008 08:34:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/04 08:34:16

Index: emacs-lisp/bytecomp.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/bytecomp.el,v
retrieving revision 2.226
retrieving revision 2.227
diff -u -b -r2.226 -r2.227
--- emacs-lisp/bytecomp.el      4 Jan 2008 05:34:44 -0000       2.226
+++ emacs-lisp/bytecomp.el      4 Jan 2008 08:34:14 -0000       2.227
@@ -1920,8 +1920,8 @@
        (byte-compile-flush-pending)
        ;; Make warnings about unresolved functions
        ;; give the end of the file as their position.
-       (setq byte-compile-last-position (point-max)))
-      (byte-compile-warn-about-unresolved-functions)
+       (setq byte-compile-last-position (point-max))
+       (byte-compile-warn-about-unresolved-functions))
       ;; Fix up the header at the front of the output
       ;; if the buffer contains multibyte characters.
       (and filename (byte-compile-fix-header filename inbuffer outbuffer))))




reply via email to

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