Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e8dc1f8c
Commit
e8dc1f8c
authored
Apr 10, 2007
by
Glenn Morris
Browse files
(dframe-frame-mode): Do not set auto-show-mode, since it is obsolete
and has no effect.
parent
17975ebf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/dframe.el
lisp/dframe.el
+1
-3
No files found.
lisp/ChangeLog
View file @
e8dc1f8c
...
...
@@ -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
lisp/dframe.el
View file @
e8dc1f8c
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment