diff options
| author | Paul Eggert | 2016-02-09 14:23:10 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-02-09 14:23:10 -0800 |
| commit | 8986f1674c2338761a30bfe0b8ee353d0cd6778e (patch) | |
| tree | c742534a581464eba7597ac5ae55247930f2d10e /etc | |
| parent | a9650e970d9f515b4b64bd0009d28125b4276b63 (diff) | |
| parent | 4feb9621980f9534e920a8438e5776e98eefb752 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -816,6 +816,10 @@ at BOL or EOL, or in whitespace there. To enable these, customize, | |||
| 816 | respectively, `show-paren-when-point-inside-paren' or | 816 | respectively, `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 | ||
| 821 | of `epg-gpg-program' (instead of gpg). | ||
| 822 | |||
| 819 | ** Lisp mode | 823 | ** Lisp mode |
| 820 | 824 | ||
| 821 | --- | 825 | --- |