Show
Ignore:
Timestamp:
04/07/07 15:49:28 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/dired-x.el

    r4190 r4200  
    4646;;           (function (lambda () 
    4747;;                       (load "dired-x") 
    48 ;;                       ;; Set global variables here.  For example: 
     48;;                       ;; Set variables here.  For example: 
    4949;;                       ;; (setq dired-guess-shell-gnutar "gtar") 
    50 ;;                       ))) 
    51 ;; (add-hook 'dired-mode-hook 
    52 ;;           (function (lambda () 
    53 ;;                       ;; Set buffer-local variables here.  For example: 
    5450;;                       ;; (dired-omit-mode 1) 
    5551;;                       ))) 
     
    11311127  :type '(alist :key-type regexp :value-type (repeat sexp))) 
    11321128 
    1133 (defcustom dired-guess-shell-case-fold-search t 
    1134   "If non-nil, `dired-guess-shell-alist-default' and 
    1135 `dired-guess-shell-alist-user' are matched case-insensitively." 
    1136   :group 'dired-x 
    1137   :type 'boolean) 
    1138  
    11391129(defun dired-guess-default (files) 
    11401130  "Guess a shell commands for FILES.  Return command or list of commands. 
    11411131See `dired-guess-shell-alist-user'." 
    11421132 
    1143   (let* ((case-fold-search dired-guess-shell-case-fold-search
     1133  (let* ((case-fold-search t
    11441134         ;; Prepend the user's alist to the default alist. 
    11451135         (alist (append dired-guess-shell-alist-user