emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 663aafe: * lisp/textmodes/bibtex.el (bibtex-mark-


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 663aafe: * lisp/textmodes/bibtex.el (bibtex-mark-entry): activate mark
Date: Tue, 20 Mar 2018 02:47:59 -0400 (EDT)

branch: emacs-26
commit 663aafe1fff63b5b6f5cefe32117d5ddc2048756
Author: Alex Branham <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/textmodes/bibtex.el (bibtex-mark-entry): activate mark
---
 lisp/textmodes/bibtex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index a30e146..a3f9804 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]