projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5752a83
)
Make emacs-news-next-untagged-entry push the mark
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 16 Apr 2022 14:11:45 +0000
(16:11 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 16 Apr 2022 14:11:45 +0000
(16:11 +0200)
* lisp/textmodes/emacs-news-mode.el
(emacs-news-next-untagged-entry): Push the mark for easier
navigation back to where we were.
lisp/textmodes/emacs-news-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/emacs-news-mode.el
b/lisp/textmodes/emacs-news-mode.el
index 88b4740ac86bb6323c06ddf192e3564b56345ab3..340187e5fd4c472a77a1de7d7e0c0e805acc5910 100644
(file)
--- a/
lisp/textmodes/emacs-news-mode.el
+++ b/
lisp/textmodes/emacs-news-mode.el
@@
-107,6
+107,7
@@
(setq found t))))))
(if found
(progn
+ (push-mark start)
(message "Untagged entry")
(beginning-of-line)
t)