Mercurial > emacs
changeset 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 | 870bcb0caea2 |
children | 2a948dc24e41 |
files | lisp/dframe.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
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.