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
6c83ba5c
Commit
6c83ba5c
authored
Feb 23, 2008
by
Chong Yidong
Browse files
(bibtex-convert-alien): Fix sit-for ags.
parent
46e11440
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/textmodes/bibtex.el
lisp/textmodes/bibtex.el
+2
-2
No files found.
lisp/textmodes/bibtex.el
View file @
6c83ba5c
...
...
@@ -4176,14 +4176,14 @@ With prefix argument READ-OPTIONS non-nil, read options for reformatting
entries from minibuffer."
(
interactive
"*P"
)
(
message
"Starting to validate buffer..."
)
(sit-for 1
nil
t)
(
sit-for
1
t
)
(
bibtex-realign
)
(
deactivate-mark
)
; So bibtex-validate works on the whole buffer.
(
if
(
not
(
let
(
bibtex-maintain-sorted-entries
)
(
bibtex-validate
)))
(
message
"Correct errors and call `bibtex-convert-alien' again"
)
(
message
"Starting to reformat entries..."
)
(sit-for 2
nil
t)
(
sit-for
2
t
)
(
bibtex-reformat
read-options
)
(
goto-char
(
point-max
))
(
message
"Buffer is now parsable. Please save it."
)))
...
...
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