Mercurial > emacs
changeset 68273:9bccb5180c1b
(dired-no-confirm): Add quote.
(dired-subdir-alist-pre-R): Add quote in `make-variable-buffer-local'
form and remove unbalanced parenthesis.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 19 Jan 2006 19:29:20 +0000 |
parents | 164b5ff2dcd4 |
children | eba4160169ef |
files | lisp/dired.el |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired.el Thu Jan 19 19:03:33 2006 +0000 +++ b/lisp/dired.el Thu Jan 19 19:29:20 2006 +0000 @@ -2523,12 +2523,12 @@ `copy', `delete', `hardlink', `load', `move', `print', `shell', `symlink', `touch' and `uncompress'." :group 'dired - :type (set (const byte-compile) (const chgrp) - (const chmod) (const chown) (const compress) - (const copy) (const delete) (const hardlink) - (const load) (const move) (const print) - (const shell) (const symlink) (const touch) - (const uncompress))) + :type '(set (const byte-compile) (const chgrp) + (const chmod) (const chown) (const compress) + (const copy) (const delete) (const hardlink) + (const load) (const move) (const print) + (const shell) (const symlink) (const touch) + (const uncompress))) (defun dired-mark-pop-up (bufname op-symbol files function &rest args) "Return FUNCTION's result on ARGS after showing which files are marked. @@ -3103,7 +3103,7 @@ (defvar dired-subdir-alist-pre-R nil "Value of `dired-subdir-alist' before -R switch added.") -(make-variable-buffer-local dired-subdir-alist-pre-R)) +(make-variable-buffer-local 'dired-subdir-alist-pre-R) (defun dired-sort-R-check (switches) "Additional processing of -R in ls option string SWITCHES.