Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3e549b18
Commit
3e549b18
authored
Mar 06, 2002
by
ShengHuo ZHU
Browse files
* textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
with SILENT so that a new field can be added.
parent
a730e850
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/textmodes/bibtex.el
lisp/textmodes/bibtex.el
+1
-1
No files found.
lisp/ChangeLog
View file @
3e549b18
2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
* textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
with SILENT so that a new field can be added.
2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
* files.el (make-auto-save-file-name): Make sure the produced file
...
...
lisp/textmodes/bibtex.el
View file @
3e549b18
...
...
@@ -2981,7 +2981,7 @@ using the minibuffer."
(
car
e-t
))))
(
if
(
or
(
interactive-p
)
called-by-yank
)
(
let
(
bibtex-help-message
)
(
bibtex-find-text
nil
t
)
(
bibtex-find-text
nil
t
t
)
(
if
(
looking-at
"[}\"]"
)
(
forward-char
))))
(
insert
",\n"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment