emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/gnus-select 3b15508 136/218: * lisp/textmodes/bibt


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 3b15508 136/218: * lisp/textmodes/bibtex.el (bibtex-mark-entry): activate mark
Date: Fri, 14 Dec 2018 03:35:17 -0500 (EST)

branch: feature/gnus-select
commit 3b15508659d5f9e789533c3192c2f94200f3e5c2
Author: Alex Branham <address@hidden>
Commit: Andrew G Cohen <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 15004ed..79eb22e 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]