(dired-omit-marker-char): Delete duplicate words.
This commit is contained in:
parent
9d9ee410b8
commit
4cdc09a951
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ need to match the entire file name.")
|
|||
|
||||
;; \017=^O for Omit - other packages can chose other control characters.
|
||||
(defvar dired-omit-marker-char ?\017
|
||||
"Temporary marker used by by dired-omit.
|
||||
"Temporary marker used by dired-omit.
|
||||
Should never be used as marker by the user or other packages.")
|
||||
|
||||
(defun dired-omit-startup ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue