comparison lisp/dired.el @ 49772:b774f5818dbd

(dired-directory): Add autoload cookie.
author Markus Rost <rost@math.uni-bielefeld.de>
date Thu, 13 Feb 2003 19:34:17 +0000
parents 2c79beda1333
children ecb46e1986f0 d7ddb3e565de
comparison
equal deleted inserted replaced
49771:c221277aafe6 49772:b774f5818dbd
217 217
218 (defvar dired-flagging-regexp nil);; Last regexp used to flag files. 218 (defvar dired-flagging-regexp nil);; Last regexp used to flag files.
219 219
220 (defvar dired-file-version-alist) 220 (defvar dired-file-version-alist)
221 221
222 ;;;###autoload
222 (defvar dired-directory nil 223 (defvar dired-directory nil
223 "The directory name or wildcard spec that this Dired directory lists. 224 "The directory name or wildcard spec that this Dired directory lists.
224 Local to each dired buffer. May be a list, in which case the car is the 225 Local to each dired buffer. May be a list, in which case the car is the
225 directory name and the cdr is the list of files to mention. 226 directory name and the cdr is the list of files to mention.
226 The directory name must be absolute, but need not be fully expanded.") 227 The directory name must be absolute, but need not be fully expanded.")