diff options
| -rw-r--r-- | lisp/calc/calc-embed.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calc/calc-embed.el b/lisp/calc/calc-embed.el index 080d48f2062..4c6311c9a5b 100644 --- a/lisp/calc/calc-embed.el +++ b/lisp/calc/calc-embed.el | |||
| @@ -417,6 +417,8 @@ With any prefix argument, marks only the formula itself." | |||
| 417 | (forward-char -1)) | 417 | (forward-char -1)) |
| 418 | (setq calc-embed-outer-top (point)) | 418 | (setq calc-embed-outer-top (point)) |
| 419 | (goto-char (match-end 0)) | 419 | (goto-char (match-end 0)) |
| 420 | (if (looking-at "[ \t]*$") | ||
| 421 | (end-of-line)) | ||
| 420 | (if (eq (following-char) ?\n) | 422 | (if (eq (following-char) ?\n) |
| 421 | (forward-char 1)) | 423 | (forward-char 1)) |
| 422 | (or (bolp) | 424 | (or (bolp) |