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
bc6922de
Commit
bc6922de
authored
Nov 04, 2008
by
Jay Belanger
Browse files
(calc-quit): Make sure that the keypad buffer exists before delete its windows.
parent
650d0dbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/calc/calc.el
lisp/calc/calc.el
+1
-1
No files found.
lisp/ChangeLog
View file @
bc6922de
2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el (calc-quit): Make sure that the keypad buffer
exists before deleting its windows.
2008-11-04 Chong Yidong <cyd@stupidchicken.com>
* server.el (server-process-filter): Don't call
...
...
lisp/calc/calc.el
View file @
bc6922de
...
...
@@ -1431,7 +1431,7 @@ commands given here will actually operate on the *Calculator* stack."
(
setq
calc-window-height
(
-
(
window-height
win
)
2
)))
(
progn
(
delete-windows-on
buf
)
(
delete-windows-on
kbuf
))
(
and
kbuf
(
delete-windows-on
kbuf
))
)
(
bury-buffer
buf
)
(
bury-buffer
calc-trail-buffer
)
(
and
kbuf
(
bury-buffer
kbuf
))))))
...
...
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