comparison lisp/dired-x.el @ 64443:e5507dea35cb

(dired-omit-marker-char): Delete duplicate words.
author Juri Linkov <juri@jurta.org>
date Mon, 18 Jul 2005 15:21:16 +0000
parents 93037e5003f9
children 725c23089fbb
comparison
equal deleted inserted replaced
64442:11d53eaa016c 64443:e5507dea35cb
482 against the non-directory part of the file name. Set it to nil if you 482 against the non-directory part of the file name. Set it to nil if you
483 need to match the entire file name.") 483 need to match the entire file name.")
484 484
485 ;; \017=^O for Omit - other packages can chose other control characters. 485 ;; \017=^O for Omit - other packages can chose other control characters.
486 (defvar dired-omit-marker-char ?\017 486 (defvar dired-omit-marker-char ?\017
487 "Temporary marker used by by dired-omit. 487 "Temporary marker used by dired-omit.
488 Should never be used as marker by the user or other packages.") 488 Should never be used as marker by the user or other packages.")
489 489
490 (defun dired-omit-startup () 490 (defun dired-omit-startup ()
491 (or (assq 'dired-omit-mode minor-mode-alist) 491 (or (assq 'dired-omit-mode minor-mode-alist)
492 (setq minor-mode-alist 492 (setq minor-mode-alist