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:
parent
7f07c1fe57
commit
c03eac3473
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue