comparison lisp/ChangeLog @ 91782:c9c3987bcc44

(ibuffer-header-line-format): New var. (ibuffer-mode): Set it instead of header-line-format. (ibuffer-update): Use it to set header-line-format.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 11 Feb 2008 18:39:22 +0000
parents e875ea8ab4d2
children eb602dd246b2
comparison
equal deleted inserted replaced
91781:a6047ef14f4c 91782:c9c3987bcc44
1 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * ibuffer.el (ibuffer-header-line-format): New var.
4 (ibuffer-mode): Set it instead of header-line-format.
5 (ibuffer-update): Use it to set header-line-format.
2 6
3 * international/mule-cmds.el (ucs-insert): Inherit surrounding 7 * international/mule-cmds.el (ucs-insert): Inherit surrounding
4 properties like self-insert-command. 8 properties like self-insert-command.
5 9
6 2008-02-11 Drew Adams <drew.adams@oracle.com> 10 2008-02-11 Drew Adams <drew.adams@oracle.com>