aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-04-25 21:45:22 +0000
committerColin Walters2002-04-25 21:45:22 +0000
commite1cac35a1e839f5849399f44b9142c92fbc8660d (patch)
tree22e97e1427be4ea9445e4debd7a144e620adc556
parent0b0b4ce761b6425a952e49a1f23c3adfbf3f0ff8 (diff)
downloademacs-e1cac35a1e839f5849399f44b9142c92fbc8660d.tar.gz
emacs-e1cac35a1e839f5849399f44b9142c92fbc8660d.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 824b5544032..b55232e207c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8,7 +8,8 @@
8 8
9 * replace.el (multi-occur-by-filename-regexp): Doc fix. 9 * replace.el (multi-occur-by-filename-regexp): Doc fix.
10 (occur-engine): Go to `point-min'. Make nlines argument actually 10 (occur-engine): Go to `point-min'. Make nlines argument actually
11 mean number of context lines. Handle it. 11 mean number of context lines. Handle it. Pad digits to the
12 right.
12 13
13 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to 14 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
14 `ibuffer-filter-groups'. All users updated. 15 `ibuffer-filter-groups'. All users updated.