projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05781b2
)
* lisp/textmodes/bibtex.el (bibtex-mark-entry): activate mark
author
Alex Branham
<branham@utexas.edu>
Fri, 19 Jan 2018 18:54:00 +0000
(12:54 -0600)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 20 Mar 2018 06:47:44 +0000
(08:47 +0200)
lisp/textmodes/bibtex.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/bibtex.el
b/lisp/textmodes/bibtex.el
index a30e146892894b526f916da1aac5c9255dab2c25..a3f98043581c34fb17f75f2cf2e4a0e2b56a36ff 100644
(file)
--- 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)