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
1bc83413
Commit
1bc83413
authored
Sep 30, 2012
by
Martin Rudalics
Browse files
Fix last fix of window--display-buffer.
parent
0e8bc990
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/window.el
lisp/window.el
+2
-2
No files found.
lisp/window.el
View file @
1bc83413
...
...
@@ -5191,7 +5191,7 @@ BUFFER and WINDOW are live."
height))))
(delta (- new-height (window-total-size window))))
(cond
((and (window-resizable-p window delta nil 'safe)
((and (window-
-
resizable-p window delta nil 'safe)
(window-combined-p window))
(window-resize window delta nil 'safe))
((or (eq type 'frame)
...
...
@@ -5214,7 +5214,7 @@ BUFFER and WINDOW are live."
width))))
(delta (- new-width (window-total-size window t))))
(cond
((and (window-resizable-p window delta t 'safe)
((and (window-
-
resizable-p window delta t 'safe)
(window-combined-p window t))
(window-resize window delta t 'safe))
((or (eq type 'frame)
...
...
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