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
69037c38
Commit
69037c38
authored
Jun 08, 1992
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
e22d6b02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lisp/window.el
lisp/window.el
+2
-3
No files found.
lisp/window.el
View file @
69037c38
...
...
@@ -42,10 +42,9 @@ even if it is active."
(
enlarge-window
(
-
size
(
window-height
)))))
'nomini
))))
;;; Many people find the minimal-redisplay window splitting annoying,
;;; so we make it an option.
;;; I think this should be the default; I think people will prefer it--rms.
(
defvar
split-window-keep-point
nil
(
defvar
split-window-keep-point
t
"*If non-nil, split windows so that both windows keep the original
value of point. This is often more convenient for editing.
If nil, split windows to minimize redisplay. This is convenient on
...
...
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