diff lisp/ChangeLog @ 67728:bffc4c57eda9

(lisp-complete-symbol): Mostly undo the change by Kevin Rodgers. Instead, just hide the completions buffer if we don't need to show it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 22 Dec 2005 01:48:20 +0000
parents d7d3dd935c86
children 88f36bfe01f5
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Dec 22 01:46:34 2005 +0000
+++ b/lisp/ChangeLog	Thu Dec 22 01:48:20 2005 +0000
@@ -1,3 +1,9 @@
+2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
+	by Kevin Rodgers.  Instead, just hide the completions buffer if we
+	don't need to show it.
+
 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* wid-edit.el (file, directory): Doc fixes for the `define-widget's.