From c3d4f949069acc7764b97232f4ea313597c65599 Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Mon, 18 Mar 1996 19:32:24 +0000 Subject: [PATCH] (insert-buffer): Fix typo in previous change. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index e28d2638d67..5617efa773d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1373,7 +1373,7 @@ With argument, rotate that many kills forward (or backward, if negative)." "Insert after point the contents of BUFFER. Puts mark after the inserted text. BUFFER may be a buffer or a buffer name." -(interactive + (interactive (list (progn (barf-if-buffer-read-only) -- 2.39.2