mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-26
28e0261890* lisp/progmodes/cc-defs.el (c-version): Update to 5.33.1.ac53084f9bImprove fix for Bug#29712ffd4771560* doc/lispref/sequences.texi (Sequence Functions): Improve...f274cbd185Avoid reordering of output in 'shr-insert-document'7890864413Improve documentation of 'invisible-p'a1327bbc64Remove one more check that Vframe_list is non-nil63b6281fddFix off-by-one error in 'css--hex-color'804b37ca63Save and restore text-pixel height and width of frames (Bu...777fe94661Partially revert "Mention new strictness for &optional, &r...ad17db7964* lisp/vc/smerge-mode.el (smerge-refine): Respect font-loc...5a7d0095a4* lisp/vc/smerge-mode.el (smerge-refine): Replace obsolete...e019c35df6FOR_EACH_FRAME no longer assumes frame-listd64b88da2f* src/font.c (Ffont_info): Doc fix. (Bug#29682)92b2604a7fModernise message.el face spec syntaxb1efbe6564Update message.el obsolete face aliases2494c14e76; * lisp/comint.el (comint-terminfo-terminal): Add a :vers...12ad276d15Improve documentation of TERM environment variable8ed529f0f3Add option to configure comint TERM889f07c352Better support utf-8-with-signature and utf-8-hfs in XML/HTMLa2697fac0e* lisp/menu-bar.el (menu-bar-mode): Doc fix.ffb50eace6; * etc/NEWS: Fix last change.95606af8b0Fix Bug#29712 in tramp-tests.el9bf66c6beeDon't run FOR_EACH_FRAME when there's no frame left (Bug#2...c2a88ec8e8* lisp/textmodes/tex-mode.el: Ensure uncompiled file is lo...b178870528Remember password change for IMAP in Gnus (Bug#29692)a21dac18bbAdd %DUMBFW to the default GnuTLS priority strings780407cff1Small fixes prompted by make check-declare541a60108dFix some custom groupse220d6e112Fix fontification of first declaration within a C++ lambda...aa66da220c* src/data.c (Fadd_variable_watcher): Doc fix.f838210b01Fix misfontification of C++ member initialization list aft...232c6465ceFix doc-string of Fbuffer_list3f9aac68d7Don't raise an extraneous frame (bug#29696)e7b1111155Mention new strictness for &optional, &rest in arglists (B...4cb8696e47Don't misfontify "foo ()" inside C++ initialization parent...ce31e726adFixes for defcustoms, prompted by cus-test-optsaacd1e14fc* lisp/net/newst-backend.el (newsticker--raw-url-list-defa...7e2f4d3d41* lisp/htmlfontify.el (hfy-which-etags): Fix it.52d2a690f6Add missing :version tags revealed by cusver-checkf5d0360234Escape column-zero doc parens # Conflicts: # etc/NEWS
This commit is contained in:
commit
8e46d93dcd
60 changed files with 395 additions and 200 deletions
|
|
@ -477,6 +477,7 @@ This applies to function movement, marking, and so on."
|
|||
|
||||
(defcustom js-indent-align-list-continuation t
|
||||
"Align continuation of non-empty ([{ lines in `js-mode'."
|
||||
:version "26.1"
|
||||
:type 'boolean
|
||||
:group 'js)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue