comparison lisp/dired-aux.el @ 91302:56a72e2bd635

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306
author Miles Bader <miles@gnu.org>
date Sat, 29 Dec 2007 02:39:17 +0000
parents 53108e6cea98 47a7f41ae5ed
children 606f2d163a64
comparison
equal deleted inserted replaced
91301:7774e5860c70 91302:56a72e2bd635
34 ;; sorting by Sebastian Kremer <sk@thp.uni-koeln.de>. 34 ;; sorting by Sebastian Kremer <sk@thp.uni-koeln.de>.
35 ;; Finished up by rms in 1992. 35 ;; Finished up by rms in 1992.
36 36
37 ;;; Code: 37 ;;; Code:
38 38
39 ;; We need macros in dired.el to compile properly. 39 ;; We need macros in dired.el to compile properly,
40 (eval-when-compile (require 'dired)) 40 ;; and we call subroutines in it too.
41 (require 'dired)
41 42
42 (defvar dired-create-files-failures nil 43 (defvar dired-create-files-failures nil
43 "Variable where `dired-create-files' records failing file names. 44 "Variable where `dired-create-files' records failing file names.
44 Functions that operate recursively can store additional names 45 Functions that operate recursively can store additional names
45 into this list; they also should call `dired-log' to log the errors.") 46 into this list; they also should call `dired-log' to log the errors.")