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
e4a5a307
Commit
e4a5a307
authored
Jul 06, 2009
by
Jay Belanger
Browse files
(calc-embedded-make-info): Don't force when `calc-embedded-word' is
called twice.
parent
4b8b1ec5
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-embed.el
lisp/calc/calc-embed.el
+1
-1
No files found.
lisp/ChangeLog
View file @
e4a5a307
2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
* calc/calc-embed.el (calc-embedded-make-info): Don't force when
`calc-embedded-word' is called twice.
2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
* files.el (find-alternate-file-other-window, find-alternate-file):
...
...
lisp/calc/calc-embed.el
View file @
e4a5a307
...
...
@@ -821,7 +821,7 @@ The command \\[yank] can retrieve it from there."
calc-embed-outer-top
calc-embed-outer-bot
)
(
let*
((
bufentry
(
assq
(
current-buffer
)
calc-embedded-active
))
(
found
bufentry
)
(
force
(
and
fresh
calc-embed-top
))
(
force
(
and
fresh
calc-embed-top
(
null
(
equal
calc-embed-top
'
(
t
)))
))
(
fixed
calc-embed-top
)
(
new-info
nil
)
info
str
)
...
...
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