]> git.eshelyaron.com Git - emacs.git/commitdiff
(insert-buffer): Fix typo in previous change.
authorErik Naggum <erik@naggum.no>
Mon, 18 Mar 1996 19:32:24 +0000 (19:32 +0000)
committerErik Naggum <erik@naggum.no>
Mon, 18 Mar 1996 19:32:24 +0000 (19:32 +0000)
lisp/simple.el

index e28d2638d67a9229878d325b1e95feb5fbce229d..5617efa773dbce319c75839b38cbfeccd440e4a2 100644 (file)
@@ -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)