diff options
| author | Glenn Morris | 2011-02-02 23:29:38 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-02 23:29:38 -0800 |
| commit | c03eac3473c01ff9ed9d86c24af05ef617e5e7c7 (patch) | |
| tree | 51638a6d584e3f4e6fbfa9ce1df9d480c37a5861 | |
| parent | 7f07c1fe57983af6b6f7965ea0f988b44b4f4bc0 (diff) | |
| download | emacs-c03eac3473c01ff9ed9d86c24af05ef617e5e7c7.tar.gz emacs-c03eac3473c01ff9ed9d86c24af05ef617e5e7c7.zip | |
* lisp/msb.el: No need to load dired while compiling.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/msb.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b9d0ae9775..bfcfdad3e09 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-02-03 Glenn Morris <rgm@gnu.org> | 1 | 2011-02-03 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * msb.el: No need to load dired while compiling. | ||
| 4 | |||
| 3 | * emacs-lisp/elint.el (elint-standard-variables): | 5 | * emacs-lisp/elint.el (elint-standard-variables): |
| 4 | Remove a couple of built-ins that now have doc-strings. | 6 | Remove a couple of built-ins that now have doc-strings. |
| 5 | 7 | ||
diff --git a/lisp/msb.el b/lisp/msb.el index 1f84ef78164..cbc953da98e 100644 --- a/lisp/msb.el +++ b/lisp/msb.el | |||
| @@ -399,8 +399,6 @@ Optional second argument MAXBUF is completely ignored." | |||
| 399 | (format "%s%s %s" modified read-only name))) | 399 | (format "%s%s %s" modified read-only name))) |
| 400 | 400 | ||
| 401 | 401 | ||
| 402 | (eval-when-compile (require 'dired)) | ||
| 403 | |||
| 404 | ;; `dired' can be called with a list of the form (directory file1 file2 ...) | 402 | ;; `dired' can be called with a list of the form (directory file1 file2 ...) |
| 405 | ;; which causes `dired-directory' to be in the same form. | 403 | ;; which causes `dired-directory' to be in the same form. |
| 406 | (defun msb--dired-directory () | 404 | (defun msb--dired-directory () |