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
7a76850c
Commit
7a76850c
authored
Apr 15, 2012
by
Chong Yidong
Browse files
lisp/frame.el: Minor rearrangement.
parent
60efac0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
15 deletions
+7
-15
lisp/frame.el
lisp/frame.el
+7
-15
No files found.
lisp/frame.el
View file @
7a76850c
...
...
@@ -1556,21 +1556,6 @@ left untouched. FRAME nil or omitted means use the selected frame."
(
define-obsolete-variable-alias
'delete-frame-hook
'delete-frame-functions
"22.1"
)
;; Highlighting trailing whitespace.
(
make-variable-buffer-local
'show-trailing-whitespace
)
;; Scrolling
(
defgroup
scrolling
nil
"Scrolling windows."
:version
"21.1"
:group
'frames
)
(
defvaralias
'automatic-hscrolling
'auto-hscroll-mode
)
;; Blinking cursor
...
...
@@ -1663,6 +1648,13 @@ terminals, cursor blinking is controlled by the terminal."
(
define-key
ctl-x-5-map
"0"
'delete-frame
)
(
define-key
ctl-x-5-map
"o"
'other-frame
)
;; Misc.
(
defvaralias
'automatic-hscrolling
'auto-hscroll-mode
)
(
make-variable-buffer-local
'show-trailing-whitespace
)
(
provide
'frame
)
;;; frame.el ends here
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