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
4091a1e2
Commit
4091a1e2
authored
Jan 02, 2005
by
Jay Belanger
Browse files
(calc-embedded-finish-edit): Use calc-edit-top for the beginning of
the edited object.
parent
519c0d00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/calc/calc-embed.el
lisp/calc/calc-embed.el
+2
-2
No files found.
lisp/calc/calc-embed.el
View file @
4091a1e2
...
...
@@ -308,10 +308,10 @@ This is not required to be present for user-written mode annotations.")
(
calc-show-edit-buffer
))
(
defvar
calc-original-buffer
)
(
defvar
calc-edit-top
)
(
defun
calc-embedded-finish-edit
(
info
)
(
let
((
buf
(
current-buffer
))
(
str
(
buffer-substring
(
point
)
(
point-max
)))
(
str
(
buffer-substring
calc-edit-top
(
point-max
)))
(
start
(
point
))
pos
)
(
switch-to-buffer
calc-original-buffer
)
...
...
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