1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(calc-fancy-prefix-other-key): Set prefix arg.

This commit is contained in:
Jay Belanger 2005-01-21 05:43:09 +00:00
parent 6f771c32b0
commit 3a91dd3e50

View File

@ -1401,6 +1401,7 @@ calc-kill calc-kill-region calc-yank))))
(and (>= last-command-char 0) (< last-command-char ? )
(not (eq last-command-char meta-prefix-char)))))
(calc-wrapper)) ; clear flags if not a Calc command.
(setq prefix-arg arg)
(calc-unread-command)
(setq overriding-terminal-local-map nil))