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
a1ed7bec
Commit
a1ed7bec
authored
Apr 27, 2005
by
Jay Belanger
Browse files
(calc-edit-finish): Make sure there is more than one window before
deleting window.
parent
6d42bedc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calc/calc-yank.el
lisp/calc/calc-yank.el
+1
-1
No files found.
lisp/calc/calc-yank.el
View file @
a1ed7bec
...
...
@@ -528,7 +528,7 @@ To cancel the edit, simply kill the *Calc Edit* buffer."
(
goto-char
calc-edit-top
)
(
if
(
buffer-modified-p
)
(
eval
calc-edit-handler
))
(
if
one-window
(
if
(
and
one-window
(
not
(
one-window-p
t
)))
(
delete-window
))
(
if
(
get-buffer-window
return
)
(
select-window
(
get-buffer-window
return
))
...
...
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