]> 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)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:17:52 +0000 (14:17 +0800)
lisp/textmodes/bibtex.el

index 15004ed9c49549aea2e17ef167da0c299c56ddf5..79eb22e5ed7f500d315b3ac408434ebf3a6326e8 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)