1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* lisp/msb.el: No need to load dired while compiling.

This commit is contained in:
Glenn Morris 2011-02-02 23:29:38 -08:00
parent 7f07c1fe57
commit c03eac3473
2 changed files with 2 additions and 2 deletions

View 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.

View 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 ()