X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95..7c2fb837ec2f0e0a509f22ccc35f9b43476a6119:/lisp/dired-aux.el diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 0d35124354..5feed9b219 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1108,7 +1108,6 @@ See Info node `(emacs)Subdir switches' for more details." ;; or wildcard lines. ;; Important: never moves into the next subdir. ;; DIR is assumed to be unhidden. - ;; Will probably be redefined for VMS etc. (save-excursion (or (dired-goto-subdir dir) (error "This cannot happen")) (forward-line 1) @@ -1936,7 +1935,6 @@ This function takes some pains to conform to `ls -lR' output." (save-excursion (dired-mark-remembered mark-alist)) (restore-buffer-modified-p modflag))) -;; This is a separate function for dired-vms. (defun dired-insert-subdir-validate (dirname &optional switches) ;; Check that it is valid to insert DIRNAME with SWITCHES. ;; Signal an error if invalid (e.g. user typed `i' on `..').