]> git.eshelyaron.com Git - emacs.git/commitdiff
(dframe-frame-mode): Do not set auto-show-mode, since it is obsolete
authorGlenn Morris <rgm@gnu.org>
Tue, 10 Apr 2007 04:00:49 +0000 (04:00 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 10 Apr 2007 04:00:49 +0000 (04:00 +0000)
and has no effect.

lisp/ChangeLog
lisp/dframe.el

index 3c4bad3c162c3db689d68528e2e8e89595cbd657..0186bea14e198b7764ccd2386df0e37630640bfa 100644 (file)
@@ -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  <markus.triska@gmx.at>
 
        * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
index a640540a46a20d8f7c48473c18c980334a7a5f37..eda6d45bf215803d28bd1786fff98a44c317c27d 100644 (file)
@@ -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.