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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuffer.el
Date: Thu, 04 May 2006 13:39:38 +0000

Index: emacs/lisp/ibuffer.el
diff -u emacs/lisp/ibuffer.el:1.78 emacs/lisp/ibuffer.el:1.79
--- emacs/lisp/ibuffer.el:1.78  Sun Apr  2 19:17:34 2006
+++ emacs/lisp/ibuffer.el       Thu May  4 13:39:36 2006
@@ -324,13 +324,14 @@
   :type '(repeat function)
   :group 'ibuffer)
 
+(eval-when-compile 
 (defcustom ibuffer-compressed-file-name-regexp
-  (concat "\\.\\("
-       (regexp-opt '("arj" "bgz" "bz2" "gz" "lzh" "taz" "tgz" "zip" "z"))
-       "\\)$")
+    (concat "\\.\\("
+           (regexp-opt '("arj" "bgz" "bz2" "gz" "lzh" "taz" "tgz" "zip" "z"))
+           "\\)$")
   "Regexp to match compressed file names."
   :type 'regexp
-  :group 'ibuffer)
+  :group 'ibuffer))
 
 (defcustom ibuffer-hook nil
   "Hook run when `ibuffer' is called."




reply via email to

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