Mercurial > hg > xemacs-beta
comparison lisp/dired/dired-x.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 0293115a14e9 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
625 against the basename of the file. Set it to nil if you need to match the | 625 against the basename of the file. Set it to nil if you need to match the |
626 whole pathname.") | 626 whole pathname.") |
627 | 627 |
628 ;; \017=^O for Omit - other packages can chose other control characters. | 628 ;; \017=^O for Omit - other packages can chose other control characters. |
629 (defvar dired-omit-marker-char ?\017 | 629 (defvar dired-omit-marker-char ?\017 |
630 "Temporary marker used by by dired-omit. | 630 "Temporary marker used by dired-omit. |
631 Should never be used as marker by the user or other packages.") | 631 Should never be used as a marker by the user or other packages.") |
632 | 632 |
633 (defun dired-omit-startup () | 633 (defun dired-omit-startup () |
634 (or (assq 'dired-omit-files-p minor-mode-alist) | 634 (or (assq 'dired-omit-files-p minor-mode-alist) |
635 ;; Append at end so that it doesn't get between "Dired" and "by name". | 635 ;; Append at end so that it doesn't get between "Dired" and "by name". |
636 (setq minor-mode-alist | 636 (setq minor-mode-alist |
1398 (defvar dired-local-variables-file ".dired" | 1398 (defvar dired-local-variables-file ".dired" |
1399 "If non-nil, filename for local variables for Dired. | 1399 "If non-nil, filename for local variables for Dired. |
1400 If Dired finds a file with that name in the current directory, it will | 1400 If Dired finds a file with that name in the current directory, it will |
1401 temporarily insert it into the dired buffer and run `hack-local-variables'. | 1401 temporarily insert it into the dired buffer and run `hack-local-variables'. |
1402 | 1402 |
1403 Type \\[info] and and `g' `(emacs)File Variables' `RET' for more info on | 1403 Type \\[info] and `g' `(emacs)File Variables' `RET' for more info on |
1404 local variables.") | 1404 local variables.") |
1405 | 1405 |
1406 (defun dired-hack-local-variables () | 1406 (defun dired-hack-local-variables () |
1407 "Parse, and bind or evaluate as appropriate, any local variables | 1407 "Parse, and bind or evaluate as appropriate, any local variables |
1408 for current dired buffer. | 1408 for current dired buffer. |