emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/dired.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/dired.el
Date: Thu, 19 Jan 2006 19:29:20 +0000

Index: emacs/lisp/dired.el
diff -u emacs/lisp/dired.el:1.330 emacs/lisp/dired.el:1.331
--- emacs/lisp/dired.el:1.330   Thu Jan 19 17:50:15 2006
+++ emacs/lisp/dired.el Thu Jan 19 19:29:20 2006
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]