* lisp/textmodes/bibtex.el (bibtex-mark-entry): activate mark
This commit is contained in:
parent
05781b2e88
commit
663aafe1ff
1 changed files with 1 additions and 1 deletions
|
@ -3871,7 +3871,7 @@ Otherwise display the beginning of entry."
|
|||
(defun bibtex-mark-entry ()
|
||||
"Put mark at beginning, point at end of current BibTeX entry."
|
||||
(interactive)
|
||||
(push-mark (bibtex-beginning-of-entry))
|
||||
(push-mark (bibtex-beginning-of-entry) :activate t)
|
||||
(bibtex-end-of-entry))
|
||||
|
||||
(defun bibtex-count-entries (&optional count-string-entries)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue