]> code.delx.au - gnu-emacs/commitdiff
* lisp/msb.el: No need to load dired while compiling.
authorGlenn Morris <rgm@gnu.org>
Thu, 3 Feb 2011 07:29:38 +0000 (23:29 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 3 Feb 2011 07:29:38 +0000 (23:29 -0800)
lisp/ChangeLog
lisp/msb.el

index 0b9d0ae97759abf09017536dc68be1ed185298c5..bfcfdad3e09b72eec776fbd6271b5a0997407abc 100644 (file)
@@ -1,5 +1,7 @@
 2011-02-03  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
 
index 1f84ef78164ae3db9bd2ac3104eeb41fe7dc949b..cbc953da98eb2206be6f9bdf52fa604cda46f3f8 100644 (file)
@@ -399,8 +399,6 @@ Optional second argument MAXBUF is completely ignored."
     (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 ()