Mercurial > emacs
diff lisp/simple.el @ 14835:eb78ddcff331
(insert-buffer): Fix typo in previous change.
| author | Erik Naggum <erik@naggum.no> |
|---|---|
| date | Mon, 18 Mar 1996 19:32:24 +0000 |
| parents | 5ae5d97727ce |
| children | dd31d59ec31b |
line wrap: on
line diff
--- a/lisp/simple.el Mon Mar 18 18:50:25 1996 +0000 +++ b/lisp/simple.el Mon Mar 18 19:32:24 1996 +0000 @@ -1373,7 +1373,7 @@ "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)
