diff lisp/prim/minibuf.el @ 144:318232e2a3f0 r20-2b6

Import from CVS: tag r20-2b6
author cvs
date Mon, 13 Aug 2007 09:34:14 +0200
parents b980b6286996
children 25f70ba0133c
line wrap: on
line diff
--- a/lisp/prim/minibuf.el	Mon Aug 13 09:33:20 2007 +0200
+++ b/lisp/prim/minibuf.el	Mon Aug 13 09:34:14 2007 +0200
@@ -371,7 +371,7 @@
 	     (make-local-variable 'mode-motion-hook)
 	     (or mode-motion-hook
 		 ;;####disgusting
-		 (setq mode-motion-hook 'minibuffer-mouse-tracker))
+		 (setq mode-motion-hook 'minibuffer-smart-mouse-tracker))
 	     (make-local-variable 'mouse-track-click-hook)
 	     (add-hook 'mouse-track-click-hook
 		       'minibuffer-smart-maybe-select-highlighted-completion))