changeset 94979:d5934ba74299

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Thu, 15 May 2008 00:12:08 +0000
parents af4982c7c0f6
children 51e9d65c90fc
files lisp/ChangeLog
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu May 15 00:09:09 2008 +0000
+++ b/lisp/ChangeLog	Thu May 15 00:12:08 2008 +0000
@@ -1,3 +1,20 @@
+2008-05-15  John Paul Wallington  <jpw@pobox.com>
+
+	* ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
+	(ibuffer-mark-interactive, ibuffer-set-mark)
+	(ibuffer-insert-buffer-line, ibuffer-redisplay-current)
+	(ibuffer-map-lines, ibuffer-switch-format)
+	(ibuffer-update-title-and-summary)
+	(ibuffer-redisplay-engine): Use it.
+
+	* ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
+	(define-ibuffer-column, define-ibuffer-sorter)
+	(define-ibuffer-op, define-ibuffer-filter): Add declarations
+	containing indentation specs, replacing equivalent top-level
+	forms that set `lisp-indent-function' properties.
+	(define-ibuffer-op): Use `derived-mode-p'.
+	(define-ibuffer-filter): Remove redundant `concat' call.
+
 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/tramp.el (tramp-echo-mark): Update docstring.