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: Fri, 05 May 2006 16:19:57 +0000

Index: emacs/lisp/ibuffer.el
diff -u emacs/lisp/ibuffer.el:1.79 emacs/lisp/ibuffer.el:1.80
--- emacs/lisp/ibuffer.el:1.79  Thu May  4 13:39:36 2006
+++ emacs/lisp/ibuffer.el       Fri May  5 16:19:55 2006
@@ -324,14 +324,13 @@
   :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"))
            "\\)$")
   "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]