# HG changeset patch # User Markus Rost # Date 1031603538 0 # Node ID a90945b89c99fb6247d5e593297faa1e59234946 # Parent 460ac585d2a246e7316dd0cd12a94ee74b1624e8 Notify a change in files.el. On the occasion, fix some indentations; e.g., replace spaces by a tab. diff -r 460ac585d2a2 -r a90945b89c99 lisp/ChangeLog --- a/lisp/ChangeLog Mon Sep 09 20:28:53 2002 +0000 +++ b/lisp/ChangeLog Mon Sep 09 20:32:18 2002 +0000 @@ -1,3 +1,8 @@ +2002-09-09 Markus Rost + + * files.el (save-some-buffers-action-alist): Use lower case for + help string of diff-buffer-with-file. + 2002-09-09 Richard M. Stallman * calendar/calendar.el (mouse-scroll-calendar-left) @@ -20,13 +25,13 @@ 2002-09-09 Jari Aalto - * progmodes/cperl-mode.el (cperl-noscan-files-regexp): - In addition to RCS, exclude CVS directories. + * progmodes/cperl-mode.el (cperl-noscan-files-regexp): + In addition to RCS, exclude CVS directories. * ls-lisp.el (ls-lisp-format-time-list): New variable. (ls-lisp-format-time): Use it. - * files.el (auto-mode-alist): Use sh-mode for .bash files. + * files.el (auto-mode-alist): Use sh-mode for .bash files. 2002-09-09 Dave Love @@ -7702,7 +7707,7 @@ * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work. * ibuffer.el (ibuffer-truncate-lines): New option. - (ibuffer-mode): Use it. + (ibuffer-mode): Use it. 2002-02-17 Kim F. Storm