emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102193: * lisp/emacs-lisp/bytecomp.e


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102193: * lisp/emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
Date: Sun, 31 Oct 2010 19:55:12 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102193
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-31 19:55:12 -0700
message:
  * lisp/emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/bytecomp.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-11-01 02:51:59 +0000
+++ b/lisp/ChangeLog    2010-11-01 02:55:12 +0000
@@ -1,5 +1,7 @@
 2010-11-01  Glenn Morris  <address@hidden>
 
+       * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
+
        * startup.el (package-enable-at-startup, package-initialize):
        Silence compiler.
 

=== modified file 'lisp/emacs-lisp/bytecomp.el'
--- a/lisp/emacs-lisp/bytecomp.el       2010-10-31 19:25:39 +0000
+++ b/lisp/emacs-lisp/bytecomp.el       2010-11-01 02:55:12 +0000
@@ -1631,7 +1631,7 @@
                                 bytecomp-filename "? "))))
         (progn
           (if (and noninteractive (not byte-compile-verbose))
-              (message "Compiling %s..." bytecomp-source))
+              (message "Compiling %s..." bytecomp-filename))
           (byte-compile-file bytecomp-filename load))
       (when load (load bytecomp-filename))
       'no-byte-compile)))
@@ -4349,5 +4349,4 @@
 
 (run-hooks 'bytecomp-load-hook)
 
-;; arch-tag: 9c97b0f0-8745-4571-bfc3-8dceb677292a
 ;;; bytecomp.el ends here


reply via email to

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