diff lisp/dframe.el @ 77099:84c653bf8535

(dframe-frame-mode): Do not set auto-show-mode, since it is obsolete and has no effect.
author Glenn Morris <rgm@gnu.org>
date Tue, 10 Apr 2007 03:58:24 +0000
parents e3694f1cb928
children 9355f9b7bbff 1ad744f279f0
line wrap: on
line diff
--- a/lisp/dframe.el	Tue Apr 10 03:58:03 2007 +0000
+++ b/lisp/dframe.el	Tue Apr 10 03:58:24 2007 +0000
@@ -354,9 +354,7 @@
 			  t))))
 	;; Enable mouse tracking in emacs
 	(if dframe-track-mouse-function
-	    (set (make-local-variable 'track-mouse) t))	;this could be messy.
-	;; disable auto-show-mode for Emacs
-	(setq auto-show-mode nil))
+	    (set (make-local-variable 'track-mouse) t))) ;this could be messy.
 ;;;; DISABLED: This causes problems for users with multiple frames.
 ;;;;       ;; Set this up special just for the passed in buffer
 ;;;;       ;; Terminal minibuffer stuff does not require this.