From: Erik Naggum Date: Mon, 18 Mar 1996 19:32:24 +0000 (+0000) Subject: (insert-buffer): Fix typo in previous change. X-Git-Tag: emacs-19.34~1025 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3d4f949069acc7764b97232f4ea313597c65599;p=emacs.git (insert-buffer): Fix typo in previous change. --- 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)