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
e30522ee
Commit
e30522ee
authored
Jul 10, 2005
by
Luc Teirlinck
Browse files
(command-line): Use custom-reevaluate-setting to handle tooltip-mode.
Delete obsolete comment.
parent
9ccfc415
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
lisp/startup.el
lisp/startup.el
+1
-9
No files found.
lisp/startup.el
View file @
e30522ee
...
...
@@ -752,15 +752,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
;; are not set.
(
custom-reevaluate-setting
'blink-cursor-mode
)
(
custom-reevaluate-setting
'normal-erase-is-backspace
)
;; If you change the code below, you need to also change the
;; corresponding code in the tooltip-mode defcustom. The two need
;; to be equivalent under all conditions, or Custom will get confused.
(
unless
(
or
noninteractive
emacs-basic-display
(
not
(
display-graphic-p
))
(
not
(
fboundp
'x-show-tip
)))
(
tooltip-mode
1
))
(
custom-reevaluate-setting
'tooltip-mode
)
;; Register default TTY colors for the case the terminal hasn't a
;; terminal init file.
...
...
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