bibtex-mark-entry: Display no message.
* textmodes/bibtex.el (bibtex-mark-entry): Display no message.
This commit is contained in:
parent
5c519cd95f
commit
ec129c1947
1 changed files with 3 additions and 2 deletions
|
@ -3873,9 +3873,10 @@ Otherwise display the beginning of entry."
|
|||
(goto-char pnt)))))
|
||||
|
||||
(defun bibtex-mark-entry ()
|
||||
"Put mark at beginning, point at end of current BibTeX entry."
|
||||
"Put mark at beginning, point at end of current BibTeX entry.
|
||||
Activate mark in Transient Mark mode."
|
||||
(interactive)
|
||||
(push-mark (bibtex-beginning-of-entry) :activate t)
|
||||
(push-mark (bibtex-beginning-of-entry) t t)
|
||||
(bibtex-end-of-entry))
|
||||
|
||||
(defun bibtex-count-entries (&optional count-string-entries)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue