Show
Ignore:
Timestamp:
05/13/06 11:31:18 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/ibuffer.el

    r4058 r4079  
    326326 
    327327(defcustom ibuffer-compressed-file-name-regexp 
    328   (concat "\\.\\(" 
    329         (regexp-opt '("arj" "bgz" "bz2" "gz" "lzh" "taz" "tgz" "zip" "z")) 
    330         "\\)$") 
     328  "\\.\\(arj\\|bgz\\|bz2\\|gz\\|lzh\\|taz\\|tgz\\|zip\\|z\\)$" 
    331329  "Regexp to match compressed file names." 
    332330  :type 'regexp