emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 850050ca5c: Revert "Clarify what a Calc registeri in in calc-in


From: Lars Ingebrigtsen
Subject: emacs-28 850050ca5c: Revert "Clarify what a Calc registeri in in calc-insert-register"
Date: Tue, 14 Jun 2022 07:56:47 -0400 (EDT)

branch: emacs-28
commit 850050ca5c4873be9acafce7c9950c10d04d381d
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Revert "Clarify what a Calc registeri in in calc-insert-register"
    
    This reverts commit 73400e4002ce8fca060093548e6791b3a784eeaa.
    
    This has been fixed in Emacs 29 by making it possible to use regular 
registers in calc.
---
 lisp/calc/calc-yank.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lisp/calc/calc-yank.el b/lisp/calc/calc-yank.el
index 189ee0a244..8c6d3f51e5 100644
--- a/lisp/calc/calc-yank.el
+++ b/lisp/calc/calc-yank.el
@@ -301,10 +301,7 @@ Interactively, reads the register using 
`register-read-with-preview'."
 (defun calc-insert-register (register)
   "Insert the contents of register REGISTER.
 
-Interactively, reads the register using `register-read-with-preview'.
-
-Note that this command only works with Calc registers, and they
-have nothing to do with the Emacs-wide register mechanism."
+Interactively, reads the register using `register-read-with-preview'."
   (interactive (list (register-read-with-preview "Insert register: ")))
   (if (eq major-mode 'calc-mode)
       (let ((val (calc-get-register register)))



reply via email to

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