]> git.eshelyaron.com Git - emacs.git/commitdiff
(return-key-bib): Use insert instead of insert-string.
authorPavel Janík <Pavel@Janik.cz>
Mon, 26 Nov 2001 16:18:39 +0000 (16:18 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 26 Nov 2001 16:18:39 +0000 (16:18 +0000)
lisp/textmodes/bib-mode.el

index 913021ba6e3c78694fde8641ee7358748c14b031..b34f71ad437c3d81ed2f4da946eadf84dfd6be72 100644 (file)
@@ -166,7 +166,7 @@ with the cdr.")
        (kill-line nil)
        (forward-line 1)
        )
-      (insert-string new-key))
+      (insert new-key))
     (newline)))
 
 (defun mark-bib ()