emacs-diffs
[Top][All Lists]
Advanced

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

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


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuffer.el
Date: Sat, 06 May 2006 23:58:31 +0000

Index: emacs/lisp/ibuffer.el
diff -u emacs/lisp/ibuffer.el:1.80 emacs/lisp/ibuffer.el:1.81
--- emacs/lisp/ibuffer.el:1.80  Fri May  5 16:19:55 2006
+++ emacs/lisp/ibuffer.el       Sat May  6 23:58:31 2006
@@ -325,9 +325,7 @@
   :group 'ibuffer)
 
 (defcustom ibuffer-compressed-file-name-regexp
-    (concat "\\.\\("
-           (regexp-opt '("arj" "bgz" "bz2" "gz" "lzh" "taz" "tgz" "zip" "z"))
-           "\\)$")
+  "\\.\\(arj\\|bgz\\|bz2\\|gz\\|lzh\\|taz\\|tgz\\|zip\\|z\\)$"
   "Regexp to match compressed file names."
   :type 'regexp
   :group 'ibuffer)




reply via email to

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