aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMarkus Rost <[email protected]>2002-09-09 20:32:18 +0000
committerMarkus Rost <[email protected]>2002-09-09 20:32:18 +0000
commita51c969c501d71533d64b35e332c1fba55f14786 (patch)
tree7c2052609b8c182304eb9a681ba8c5a365d0ec25 /lisp
parentd97182abe152b089e5ddde14932c9370d5c1ccac (diff)
Notify a change in files.el. On the occasion, fix some indentations;
e.g., replace spaces by a tab.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index febe386209..141d8544fa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-09 Markus Rost <[email protected]>
+
+ * files.el (save-some-buffers-action-alist): Use lower case for
+ help string of diff-buffer-with-file.
+
2002-09-09 Richard M. Stallman <[email protected]>
* calendar/calendar.el (mouse-scroll-calendar-left)
@@ -20,13 +25,13 @@
2002-09-09 Jari Aalto <[email protected]>
- * 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 <[email protected]>
@@ -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 <[email protected]>