emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103098: * lisp/msb.el: No need to lo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103098: * lisp/msb.el: No need to load dired while compiling.
Date: Wed, 02 Feb 2011 23:29:38 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103098
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-02-02 23:29:38 -0800
message:
  * lisp/msb.el: No need to load dired while compiling.
modified:
  lisp/ChangeLog
  lisp/msb.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-03 07:27:59 +0000
+++ b/lisp/ChangeLog    2011-02-03 07:29:38 +0000
@@ -1,5 +1,7 @@
 2011-02-03  Glenn Morris  <address@hidden>
 
+       * msb.el: No need to load dired while compiling.
+
        * emacs-lisp/elint.el (elint-standard-variables):
        Remove a couple of built-ins that now have doc-strings.
 

=== modified file 'lisp/msb.el'
--- a/lisp/msb.el       2011-01-31 23:54:50 +0000
+++ b/lisp/msb.el       2011-02-03 07:29:38 +0000
@@ -399,8 +399,6 @@
     (format "%s%s %s" modified read-only name)))
 
 
-(eval-when-compile (require 'dired))
-
 ;; `dired' can be called with a list of the form (directory file1 file2 ...)
 ;; which causes `dired-directory' to be in the same form.
 (defun msb--dired-directory ()


reply via email to

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