aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2017-12-20 21:15:43 -0500
committerGlenn Morris2017-12-20 21:15:43 -0500
commitb1cf262a79463f28164ea1c2ffee3c657ce02ea4 (patch)
tree4a428c5e0c026c1bb30e5972e78b145335b4b747 /etc
parenta415a97461cb10d2c6710871f90f57bd1ca34ec2 (diff)
parentb3f4a3a5aee93fa2f7ad2597383befbf7b242209 (diff)
downloademacs-b1cf262a79463f28164ea1c2ffee3c657ce02ea4.tar.gz
emacs-b1cf262a79463f28164ea1c2ffee3c657ce02ea4.zip
Merge from origin/emacs-26
b3f4a3a (origin/emacs-26) Special-case %DUMBFW for GnuTLS between 3.2... c2ae057 Work around GnuTLS version issues with %DUMBFW (tiny change) 2f9d9ef ; Remove the mention of "plain C code" in the docstring as well aca827b Merge branch 'widen-less' into emacs-26 87548f5 ; Rephrase NEWS entry a bit da0d773 (emacs-26) ; * lisp/erc/erc.el: Update URL. 3a60515 * lisp/erc/erc.el (erc-shorten-server-name): Silence compiler... 471b6c1 ; Replace non-ascii quote characters in doc strings etc 7af7f5e Fix some more aliases to user options 79fb4b5 Fix some flymake aliases b9fbc03 (origin/widen-less) Widen in indent-for-tab-command in the no... 446faf3 Replace the mention of c-indent-defun with js-indent-line 7e9eef0 Consolidate 'widen' calls # Conflicts: # etc/NEWS # lisp/progmodes/flymake-proc.el
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS.2610
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26
index 784c608041b..d751adde9b5 100644
--- a/etc/NEWS.26
+++ b/etc/NEWS.26
@@ -1119,11 +1119,11 @@ This allows better indentation support in modes that support multiple
1119programming languages in the same buffer, like literate programming 1119programming languages in the same buffer, like literate programming
1120environments or ANTLR programs with embedded Python code. 1120environments or ANTLR programs with embedded Python code.
1121 1121
1122A major mode can provide indentation context for a sub-mode through 1122A major mode can provide indentation context for a sub-mode. To
1123the 'prog-indentation-context' variable. To support this, modes that 1123support this, modes should use 'prog-first-column' instead of a
1124provide indentation should use 'prog-widen' instead of 'widen' and 1124literal zero and avoid calling 'widen' in their indentation functions.
1125'prog-first-column' instead of a literal zero. See the node 1125See the node "(elisp) Mode-Specific Indent" in the ELisp manual for
1126"(elisp) Mode-Specific Indent" in the ELisp manual for more details. 1126more details.
1127 1127
1128** ERC 1128** ERC
1129 1129