From: Glenn Morris Date: Tue, 10 Apr 2007 04:00:49 +0000 (+0000) Subject: (dframe-frame-mode): Do not set auto-show-mode, since it is obsolete X-Git-Tag: emacs-pretest-22.0.98~162 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8dc1f8c7cc6c9a4f5450a98d7d6060f908bbd62;p=emacs.git (dframe-frame-mode): Do not set auto-show-mode, since it is obsolete and has no effect. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c4bad3c162..0186bea14e1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,9 @@ * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since it is obsolete and has no effect. + * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to + start to quieten byte-compiler. + 2007-04-10 Markus Triska * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move 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.