bibtex-mark-entry: Display no message.

* textmodes/bibtex.el (bibtex-mark-entry): Display no message.
This commit is contained in:
Roland Winkler 2018-05-30 10:23:22 -05:00
parent 5c519cd95f
commit ec129c1947

View file

@ -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)