aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2016-02-09 14:23:10 -0800
committerPaul Eggert2016-02-09 14:23:10 -0800
commit8986f1674c2338761a30bfe0b8ee353d0cd6778e (patch)
treec742534a581464eba7597ac5ae55247930f2d10e /etc
parenta9650e970d9f515b4b64bd0009d28125b4276b63 (diff)
parent4feb9621980f9534e920a8438e5776e98eefb752 (diff)
downloademacs-8986f1674c2338761a30bfe0b8ee353d0cd6778e.tar.gz
emacs-8986f1674c2338761a30bfe0b8ee353d0cd6778e.zip
Merge from origin/emacs-25
4feb962 * lisp/comint.el (comint-prompt-read-only): Clean tabs in docstring cc419fb Don't inloop gnus-uu-mark-thread on the last thread 51c77a2 Display non-ASCII group names better in prompts f93d669 Default to gpg2 instead of gpg
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d6ffb3879bc..717c6bc89ab 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -816,6 +816,10 @@ at BOL or EOL, or in whitespace there. To enable these, customize,
816respectively, `show-paren-when-point-inside-paren' or 816respectively, `show-paren-when-point-inside-paren' or
817`show-paren-when-point-in-periphery'. 817`show-paren-when-point-in-periphery'.
818 818
819---
820** If gpg2 exists on the system, it is now used as the default value
821of `epg-gpg-program' (instead of gpg).
822
819** Lisp mode 823** Lisp mode
820 824
821--- 825---