diff lisp/ChangeLog @ 58630:8494a8d7029e

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 30 Nov 2004 00:30:37 +0000
parents 68449d290f2b
children 1ff2d3bb0cbd
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Nov 29 23:26:08 2004 +0000
+++ b/lisp/ChangeLog	Tue Nov 30 00:30:37 2004 +0000
@@ -10,15 +10,14 @@
 
 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
 
-	* simple.el (next-error-buffer-p): allow for inclusive and
-	exclusive tests for finding a buffer
-	(next-error-find-buffer): pass the exclusive and inclusive tests
-	to next-error-buffer-p
-
-	* replace.el (occur-next-error): switch to the Occur buffer when
-	appropriate, and use the exclusive filter to
-	next-error-find-buffer to do it.  Use the absolute value of the
-	motion amount.
+	* simple.el (next-error-buffer-p): Allow for inclusive and
+	exclusive tests for finding a buffer.
+	(next-error-find-buffer): Pass the exclusive and inclusive tests
+	to next-error-buffer-p.
+
+	* replace.el (occur-next-error): Switch to the Occur buffer when
+	appropriate, use the exclusive filter to next-error-find-buffer to
+	do it.  Use the absolute value of the motion amount.
 
 2004-11-29  Kenichi Handa  <handa@m17n.org>