emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ls-lisp.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/ls-lisp.el
Date: Wed, 14 May 2003 12:19:11 -0400

Index: emacs/lisp/ls-lisp.el
diff -c emacs/lisp/ls-lisp.el:1.49 emacs/lisp/ls-lisp.el:1.50
*** emacs/lisp/ls-lisp.el:1.49  Thu May  1 07:16:21 2003
--- emacs/lisp/ls-lisp.el       Wed May 14 12:19:11 2003
***************
*** 216,221 ****
--- 216,224 ----
        (if handler
          (funcall handler 'insert-directory file switches
                   wildcard full-directory-p)
+       ;; Remove --dired switch
+       (if (string-match "--dired " switches)
+           (setq switches (replace-match "" nil nil switches)))
        ;; Convert SWITCHES to a list of characters.
        (setq switches (delete ?- (append switches nil)))
        (if wildcard




reply via email to

[Prev in Thread] Current Thread [Next in Thread]