]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-no-confirm): Add quote.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 19 Jan 2006 19:29:20 +0000 (19:29 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 19 Jan 2006 19:29:20 +0000 (19:29 +0000)
(dired-subdir-alist-pre-R): Add quote in `make-variable-buffer-local'
form and remove unbalanced parenthesis.

lisp/dired.el

index 1679c6ca3c6d039b258b4fdc34f802b1d2fbee3f..fe8f6996b281eb219f2c28c9cf72de40a7cb11c7 100644 (file)
@@ -2523,12 +2523,12 @@ Command symbols are `byte-compile', `chgrp', `chmod', `chown', `compress',
 `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 @@ With optional second arg NO-REVERT, don't refresh the listing afterwards."
 
 (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.