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:
parent
b9001ed392
commit
71a8775a4f
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ with the cdr.")
|
|||
(kill-line nil)
|
||||
(forward-line 1)
|
||||
)
|
||||
(insert-string new-key))
|
||||
(insert new-key))
|
||||
(newline)))
|
||||
|
||||
(defun mark-bib ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue