summaryrefslogtreecommitdiff
path: root/lisp/dframe.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-04-10 04:00:49 +0000
committerGlenn Morris <rgm@gnu.org>2007-04-10 04:00:49 +0000
commite8dc1f8c7cc6c9a4f5450a98d7d6060f908bbd62 (patch)
tree5928acad5ccd0ffd0eca98869df05a970afe4e4f /lisp/dframe.el
parent17975ebf234f8ac8899397e5849cb5992bbfb52a (diff)
downloademacs-e8dc1f8c7cc6c9a4f5450a98d7d6060f908bbd62.tar.gz
(dframe-frame-mode): Do not set auto-show-mode, since it is obsolete
and has no effect.
Diffstat (limited to 'lisp/dframe.el')
-rw-r--r--lisp/dframe.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/dframe.el b/lisp/dframe.el
index a640540a46a..eda6d45bf21 100644
--- a/lisp/dframe.el
+++ b/lisp/dframe.el
@@ -354,9 +354,7 @@ CREATE-HOOK are hooks to run after creating a frame."
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.