emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuf-ext.el
Date: Thu, 07 Mar 2002 23:06:18 -0500

Index: emacs/lisp/ibuf-ext.el
diff -c emacs/lisp/ibuf-ext.el:1.8 emacs/lisp/ibuf-ext.el:1.9
*** emacs/lisp/ibuf-ext.el:1.8  Tue Feb 26 14:53:56 2002
--- emacs/lisp/ibuf-ext.el      Thu Mar  7 23:06:18 2002
***************
*** 142,148 ****
  major mode is `emacs-lisp-mode', you only want to see the mark and the
  name of the buffer.  You could accomplish that by adding:
   (mode ((mark \" \" name)))
! to this variable.")
  
  (defvar ibuffer-cached-filter-formats nil)
  (defvar ibuffer-compiled-filter-formats nil)  
--- 142,151 ----
  major mode is `emacs-lisp-mode', you only want to see the mark and the
  name of the buffer.  You could accomplish that by adding:
   (mode ((mark \" \" name)))
! to this variable."
!   :type '(repeat (list :tag "Association" (symbol :tag "Filter")
!                        (list :tag "Formats" (repeat (sexp :tag "Format")))))
!   :group 'ibuffer)
  
  (defvar ibuffer-cached-filter-formats nil)
  (defvar ibuffer-compiled-filter-formats nil)  



reply via email to

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