aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2017-11-20 13:10:11 -0500
committerGlenn Morris2017-11-20 13:10:11 -0500
commit5f1cf4b5c7640ed747bd867712a4580bc2e5b92f (patch)
tree0114e9e8c6e49ccaaa4253fc36808bccd89a9edc /etc
parent7aa59d42a72ef51e0ee902b67097983fc1bfe44c (diff)
parentfc5b8f105505b4f9bb32c5d84d685ab0bc991802 (diff)
downloademacs-5f1cf4b5c7640ed747bd867712a4580bc2e5b92f.tar.gz
emacs-5f1cf4b5c7640ed747bd867712a4580bc2e5b92f.zip
Merge from origin/emacs-26
fc5b8f1 Fix Bug#29149 5622b2e Merge branch 'emacs-26' of git.sv.gnu.org:/srv/git/emacs into... 4da8799 (emacs-26) Fix misbehavior when drawing three-pixel high hori... 1b082c8 MH-E: don't automatically download external-body parts 069f978 ; * lisp/emacs-lisp/byte-run.el: Fix a typo in a comment. 504a56c ; Fix last commit a34e44e ; Fix last commit a8892b4 Further fix for Bug#29291 d14923b Fix divider frame params on NS (bug#29352) b2518ac Spelling fixes # Conflicts: # etc/NEWS # test/lisp/net/tramp-tests.el
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS.265
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26
index f79c2cbc8ea..6da4ab93b13 100644
--- a/etc/NEWS.26
+++ b/etc/NEWS.26
@@ -1155,9 +1155,8 @@ branch-related commands on a keymap bound to 'B'.
1155 1155
1156--- 1156---
1157*** Opening a .h file will turn C or C++ mode depending on language used. 1157*** Opening a .h file will turn C or C++ mode depending on language used.
1158This is done with the help of 'c-or-c++-mode' function which analyses 1158This is done with the help of the 'c-or-c++-mode' function, which
1159contents of the buffer to determine whether it's a C or C++ source 1159analyzes buffer contents to infer whether it's a C or C++ source file.
1160file.
1161 1160
1162--- 1161---
1163** New option 'cpp-message-min-time-interval' to allow user control 1162** New option 'cpp-message-min-time-interval' to allow user control