]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/bibtex.el (bibtex-mark-entry): activate mark
authorAlex Branham <branham@utexas.edu>
Fri, 19 Jan 2018 18:54:00 +0000 (12:54 -0600)
committerEli Zaretskii <eliz@gnu.org>
Tue, 20 Mar 2018 06:47:44 +0000 (08:47 +0200)
lisp/textmodes/bibtex.el

index a30e146892894b526f916da1aac5c9255dab2c25..a3f98043581c34fb17f75f2cf2e4a0e2b56a36ff 100644 (file)
@@ -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)