aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dframe.el
diff options
context:
space:
mode:
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."
354 t)))) 354 t))))
355 ;; Enable mouse tracking in emacs 355 ;; Enable mouse tracking in emacs
356 (if dframe-track-mouse-function 356 (if dframe-track-mouse-function
357 (set (make-local-variable 'track-mouse) t)) ;this could be messy. 357 (set (make-local-variable 'track-mouse) t))) ;this could be messy.
358 ;; disable auto-show-mode for Emacs
359 (setq auto-show-mode nil))
360;;;; DISABLED: This causes problems for users with multiple frames. 358;;;; DISABLED: This causes problems for users with multiple frames.
361;;;; ;; Set this up special just for the passed in buffer 359;;;; ;; Set this up special just for the passed in buffer
362;;;; ;; Terminal minibuffer stuff does not require this. 360;;;; ;; Terminal minibuffer stuff does not require this.