diff lisp/ChangeLog @ 59379:b9bf38399e43

(isearch-dehighlight): Remove unused arg `totally'. (isearch-update, isearch-done): Adjust calls accordingly.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 05 Jan 2005 20:49:11 +0000
parents 634d7564a9e8
children 7764df4e45e1
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jan 05 19:31:57 2005 +0000
+++ b/lisp/ChangeLog	Wed Jan 05 20:49:11 2005 +0000
@@ -1,7 +1,12 @@
+2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* isearch.el (isearch-dehighlight): Remove unused arg `totally'.
+	(isearch-update, isearch-done): Adjust calls accordingly.
+
 2005-01-05  Richard M. Stallman  <rms@gnu.org>
 
 	* emacs-lisp/find-func.el (find-variable)
-	(find-variable-other-window, find-variable-other-frame): 
+	(find-variable-other-window, find-variable-other-frame):
 	Fix the TYPE args to find-function-read and find-function-do-it.
 	(find-function): Doc fix.
 	(find-function-at-point): Replace function-at-point alias.