changeset 72818:73f4b54e1a24

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 11 Sep 2006 22:33:29 +0000
parents b70548506872
children 88df7387d588
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Sep 11 22:21:55 2006 +0000
+++ b/lisp/ChangeLog	Mon Sep 11 22:33:29 2006 +0000
@@ -1,5 +1,8 @@
 2006-09-12  Kim F. Storm  <storm@cua.dk>
 
+	* simple.el (next-error-highlight, next-error-highlight-no-select):
+	Fix spelling error.
+
 	* subr.el (sit-for): Rework to use input-pending-p and cond.
 	Return nil input is pending on entry also for SECONDS <= 0.
 	(while-no-input): Use input-pending-p instead of sit-for.