1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-28 07:50:48 -08:00
emacs/lisp/progmodes
Alan Mackenzie 99a93dae24 Correctly indent C++ brace lists in member init lists.
* lisp/progmodes/cc-engine.el (c-guess-basic-syntax; CASE 9B, CASE 9C): Set a
limit for a backward search to the ":" introducing the member init list, when
there is one, rather than the enclosing "{" or nil.
2018-07-26 19:55:47 +00:00
..
ada-mode.el * lisp/progmodes/ada-mode.el (ada-clean-buffer-before-saving): Doc fix. 2018-03-13 14:48:02 -04:00
ada-prj.el
ada-stmt.el ; Fix doc typos related to indefinite articles 2018-02-16 15:16:15 -05:00
ada-xref.el
antlr-mode.el Replace some uses of cl with cl-lib 2018-03-23 16:14:49 -04:00
asm-mode.el
autoconf.el
bat-mode.el Support variable-unquoting syntax in bat-mode 2018-03-15 15:23:01 +02:00
bug-reference.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
cc-align.el Implement the C++11 "using" type definition. 2018-06-09 21:39:43 +00:00
cc-awk.el
cc-bytecomp.el
cc-cmds.el Fix some errors in c-display-defun-name when the type is "struct {..}", etc. 2018-01-28 17:53:07 +00:00
cc-defs.el Enhance CC Mode's fontification, etc., of unterminated strings. 2018-05-20 13:28:14 +00:00
cc-engine.el Correctly indent C++ brace lists in member init lists. 2018-07-26 19:55:47 +00:00
cc-fonts.el Enhance CC Mode's fontification, etc., of unterminated strings. 2018-05-20 13:28:14 +00:00
cc-guess.el
cc-langs.el Implement the C++11 "using" type definition. 2018-06-09 21:39:43 +00:00
cc-menus.el ; Fix doc typos related to indefinite articles 2018-02-16 15:16:15 -05:00
cc-mode.el Merge from emacs-26 2018-06-10 18:41:47 -04:00
cc-styles.el
cc-vars.el * lisp/progmodes/cc-{defs,engine,langs,vars}.el: Comment the use of "a\\`" 2018-04-02 19:53:41 +00:00
cfengine.el
cmacexp.el
compile.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
cperl-mode.el Merge from emacs-26 2018-06-10 18:41:47 -04:00
cpp.el
cwarn.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
dcl-mode.el
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebnf2ps.el
ebrowse.el Merge from origin/emacs-26 2018-03-28 09:38:22 -07:00
elisp-mode.el Remove menu name from emacs-lisp-mode-map (Bug#27114) 2018-07-17 21:40:59 -04:00
etags.el
executable.el
f90.el
flymake-cc.el Add proper Flymake support to cc-mode.el 2018-06-04 01:47:02 +01:00
flymake-proc.el Obsolete Flymake's flymake-diagnostic-types-alist 2018-06-05 15:22:16 +01:00
flymake.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
fortran.el
gdb-mi.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
glasses.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
grep.el Merge from origin/emacs-26 2018-07-13 09:28:15 -07:00
gud.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
hideif.el 0x%x → %#x in elisp formats 2018-07-23 01:10:07 -07:00
hideshow.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
icon.el ; Fix doc typos related to indefinite articles 2018-02-16 15:16:15 -05:00
idlw-complete-structtag.el
idlw-help.el Suppress some font-lock-fontify-buffer compiler warnings 2018-03-05 15:58:57 -05:00
idlw-shell.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
idlw-toolbar.el Replace some uses of cl with cl-lib 2018-03-23 16:14:49 -04:00
idlwave.el Replace some uses of cl with cl-lib 2018-03-23 16:14:49 -04:00
inf-lisp.el ; Use GNU not Gnu in docs 2018-03-23 16:01:12 -04:00
js.el
ld-script.el
m4-mode.el
make-mode.el Give '$' punctuation syntax in make-mode (Bug#24477) 2018-05-15 19:33:34 -04:00
mantemp.el
meta-mode.el Stop mentioning options.el in doc 2018-03-12 21:09:36 -04:00
mixal-mode.el
modula2.el
octave.el The tedious game of whack-a-mole with compiler warnings continues 2018-04-20 18:34:39 -04:00
opascal.el
pascal.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
perl-mode.el Revert "Support all perl variable declarators and prefixes" 2018-03-20 20:14:40 -04:00
prog-mode.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
project.el
prolog.el
ps-mode.el
python.el Add 'font-lock-maximum-decoration' levels for Python 2018-07-19 22:06:07 +02:00
ruby-mode.el Fix a docstring 2018-06-16 23:00:50 +03:00
scheme.el
sh-script.el Merge from origin/emacs-26 2018-02-17 07:50:28 -08:00
simula.el
sql.el Fix Bug#32107 2018-07-11 05:30:10 +03:00
subword.el Merge from origin/emacs-26 2018-07-24 06:40:58 -07:00
tcl.el Fix Tcl indentation in a namespace 2018-07-03 22:13:27 -06:00
vera-mode.el
verilog-mode.el * lisp/progmodes/verilog-mode.el (verilog-mode): Quieten compilation. 2018-03-15 13:29:30 -04:00
vhdl-mode.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
which-func.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
xref.el New function 'xref-find-definitions-at-mouse' 2018-07-07 11:59:56 +03:00
xscheme.el