bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18469: 24.4.50; quick-calc: Insert result into the current buffer


From: Christopher Schmidt
Subject: bug#18469: 24.4.50; quick-calc: Insert result into the current buffer
Date: Sat, 13 Sep 2014 17:06:36 -0400 (EDT)

Christopher Schmidt <ch@ristopher.com> writes:
>  ;;;###autoload
> -(defun calc-do-quick-calc ()
> +(defun calc-do-quick-calc (&optional insert)
> +  (interactive "P")
     ^^^^^^^^^^^^^^^^^
FWIW the interactive form here is unnecessary.  I missed removing this
one before preparing the patch.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]