From: Alex Branham Date: Fri, 19 Jan 2018 18:54:00 +0000 (-0600) Subject: * lisp/textmodes/bibtex.el (bibtex-mark-entry): activate mark X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b15508659d5f9e789533c3192c2f94200f3e5c2;p=emacs.git * lisp/textmodes/bibtex.el (bibtex-mark-entry): activate mark --- diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 15004ed9c49..79eb22e5ed7 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -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)