"Keeps track of which switches to use for inserted subdirectories.
This is an alist of the form (SUBDIR . SWITCHES).")
-(defvaralias 'dired-move-to-filename-regexp
- 'directory-listing-before-filename-regexp)
-
(defvar dired-subdir-regexp "^. \\(.+\\)\\(:\\)\n"
"Regexp matching a maybe hidden subdirectory line in `ls -lR' output.
Subexpression 1 is the subdirectory proper, no trailing colon.
;; Redisplay the tool bar.
(force-mode-line-update))
+(define-obsolete-variable-alias 'dired-move-to-filename-regexp
+ 'directory-listing-before-filename-regexp "30.1")
+
(provide 'dired)
(run-hooks 'dired-load-hook) ; for your customizations
(if avail
(funcall byte-count-to-string-function avail)))))
-;; The following expression replaces `dired-move-to-filename-regexp'.
(defvar directory-listing-before-filename-regexp
(let* ((l "\\([A-Za-z]\\|[^\0-\177]\\)")
(l-or-quote "\\([A-Za-z']\\|[^\0-\177]\\)")