1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(return-key-bib): Use insert instead of insert-string.

This commit is contained in:
Pavel Janík 2001-11-26 16:18:39 +00:00
parent b9001ed392
commit 71a8775a4f

View 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 ()