1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1990-12-29 00:56:09 +00:00
parent aa4bbbe3f0
commit a41342d981

View file

@ -59,7 +59,7 @@ Argument is a character, naming the register."
(progn
(switch-to-buffer (marker-buffer val))
(goto-char val))
(error "Register doesn't contain a buffer position or screen configuration")))))
(error "Register doesn't contain a buffer position or screen configuration"))))))
;(defun number-to-register (arg char)
; "Store a number in a register.