aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-1920-198/+175
|\
| * ; Normalize and add missing first and last linesStefan Kangas2021-04-196-7/+7
| * Don't hard-code "~/.emacs.d/" in two more placesStefan Kangas2021-04-191-2/+3
| * Add quoted filename support to 'project-find-regexp' (Bug#47799).Philipp Stephani2021-04-181-1/+5
| * ; Fix typos: emacs lisp -> Emacs LispStefan Kangas2021-04-161-2/+2
| * ; Remove some useless commentsStefan Kangas2021-04-163-9/+0
| * Improve quoting of directory names in project/xrefDmitry Gutov2021-04-162-4/+4
| * project--files-in-directory: Handle errors reported by 'find'Dmitry Gutov2021-04-161-2/+8
| * Improve project support for quoted directory names (Bug#47799)Philipp Stephani2021-04-151-3/+7
| * CC Mode: Put debug specs inside declare forms. Add missing debug specs.Alan Mackenzie2021-04-157-170/+124
| * Java Mode: Change the syntax of character @ to prefix syntaxFilipp Gunbin2021-04-141-1/+3
| * * lisp/progmodes/gud.el (gud-repeat-map): New variable (bug#47688).Juri Linkov2021-04-141-0/+15
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-1324-627/+681
|\ \ | |/
| * * lisp/progmodes/verilog-mode.el (vl-memory): Add missing defvar.Wilson Snyder2021-04-121-2/+4
| * * lisp/progmodes/vhdl-mode.el: Add note about XEmacs compatibilityStefan Monnier2021-04-121-0/+3
| * Adjust verilog-mode to changes in the completion frameworkLars Ingebrigtsen2021-04-121-17/+17
| * Fix python-shell-switch-to-shell redisplay bugShitikanth Kashyap2021-04-121-1/+2
| * * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-1/+1
| * * lisp/progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Fix declarationStefan Monnier2021-04-111-3/+1
| * * lisp/progmodes/bug-reference.el: Avoid old-style `define-minor-mode`Stefan Monnier2021-04-111-6/+0
| * Convert CC Mode to lexical binding in EmacsAlan Mackenzie2021-04-1013-51/+58
| * Fail earlier if stale Flymake report functions calledJoão Távora2021-04-101-1/+4
| * Don't stop when before space or closing parenDmitry Gutov2021-04-101-1/+1
| * CC Mode: fix c-where-wrt-brace-construct to cope with class declarationsAlan Mackenzie2021-04-091-15/+32
| * Merge branch 'vhdl-mode-lexbind' into trunkStefan Monnier2021-04-091-407/+448
| |\
| | * * lisp/progmodes/vhdl-mode.el: Use lexical-bindingStefan Monnier2021-04-081-407/+448
| * | * lisp/progmodes/cmacexp.el: Use lexical-binding.Stefan Kangas2021-04-091-18/+19
| |/
| * * lisp/progmodes/vhdl-mode.el: Use progress-reporterStefan Monnier2021-04-081-72/+51
| * Add explicit support for C-g or ESC ESC ESC after keymap promptDmitry Gutov2021-04-071-1/+5
| * Allow complex key bindings in project-switch-projectDario Gjorgjevski2021-04-071-16/+20
| * * lisp/progmodes/ps-mode.el: Use lexical-bindingStefan Monnier2021-04-061-19/+19
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-0515-209/+184
|\ \ | |/
| * Do not search the global keymap in project--keymap-promptDario Gjorgjevski2021-04-051-1/+1
| * Remove local uniquify functions in favour of seq-uniqStefan Kangas2021-04-051-9/+3
| * cperl-mode: Don't reposition the window when writing messagesHarald Jörg2021-04-041-13/+19
| * * lisp/progmodes/simula.el: Use lexical-bindingStefan Monnier2021-04-021-63/+36
| * * lisp/progmodes/xref.el: Change xref-file-name-display and xref-match face.Juri Linkov2021-04-021-2/+2
| * Fix C-u project-find-regexp's default dirDmitry Gutov2021-04-021-2/+3
| * * lisp/progmodes/cfengine.el: Use lexical-bindingStefan Monnier2021-04-011-2/+2
| * * lisp/progmodes/dcl-mode.el: Clarify what is meant by DCLStefan Monnier2021-04-011-3/+5
| * Use lexical-binding in executable.el and add testsStefan Kangas2021-04-011-1/+1
| * Remove redundant #' before lambda in progmodes/*.elStefan Kangas2021-04-017-31/+31
| * * lisp/progmodes/dcl-mode.el: Use lexical-bindingStefan Monnier2021-03-311-25/+26
| * Use lexical-binding in progmodes/inf-lisp.elStefan Kangas2021-03-311-57/+55
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-318-267/+298
|\ \ | |/
| * Fix incorrect regular expression for more general text replacements.Luke Lee2021-03-311-1/+1
| * * lisp/progmodes/cwarn.el: Use lexical-binding.Stefan Kangas2021-03-311-1/+1
| * lisp/progmodes/verilog-mode.el internal code cleanup.Mattias Engdegard2021-03-301-10/+5
| * Provide information to show icons with Elisp completionsDmitry Gutov2021-03-301-0/+19
| * lisp/progmodes/verilog-mode.el: Prepare for lexical-binding.Stefan Monnier2021-03-291-144/+145