summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined function in project-compileLars Ingebrigtsen2020-10-151-0/+1
* * lisp/progmodes/grep.el: More fixes for 'lgrep' (bug#23590)Juri Linkov2020-10-141-8/+13
* Only skip directories in lgrep, not the other grep commandsLars Ingebrigtsen2020-10-091-5/+5
* CC Mode: Move the handling of keyword auto into type handling for C++.Alan Mackenzie2020-10-082-34/+55
* Mention two more functions in the commentaryDmitry Gutov2020-10-081-0/+3
* Default the grep commands to skip directoriesAlex Gramiak2020-10-071-4/+9
* ; Fix more typosStefan Kangas2020-10-031-1/+1
* Merge from origin/emacs-27Glenn Morris2020-10-026-12/+14
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-026-12/+14
| * 2020-03-29 Michael R. Mauger <michael@mauger.com>Michael R. Mauger2020-10-011-1/+1
* | CC Mode: Convert the handling of c-special-indent-hook to standard usageStefan Monnier2020-10-021-4/+2
* | Make xref work better on variables in shell-script-modeDmitry Gutov2020-10-021-0/+1
* | Make `C-c C-e' in Python buffers workLars Ingebrigtsen2020-10-021-10/+13
* | python-shell-send-defun doesn't find the (whole) definitionPer Starbäck2020-10-021-21/+23
* | ; Prefer https to http in many URLsStefan Kangas2020-10-0115-28/+28
* | Don't recommend quoting lambdasStefan Kangas2020-10-011-3/+3
* | Make M-x compile skip the header when looking for errors etcLars Ingebrigtsen2020-09-291-1/+12
* | cperl-mode: Add compatibility for Emacs 26.1Harald Jörg2020-09-281-3/+24
* | Add a new grep-match-regexp variableSimon Lang2020-09-271-1/+8
* | cperl-mode: Delete conditional code where conditions evaluate to nilHarald Jörg2020-09-261-212/+6
* | Partially revert previous prolog.el cleanupLars Ingebrigtsen2020-09-251-1/+1
* | Fix defcustom type in sql.el for sql-postgres-login-paramsLars Ingebrigtsen2020-09-251-2/+1
* | Fix a defcustom type in gdb-mi.elLars Ingebrigtsen2020-09-251-1/+1
* | Fix the defcustom type fix in python.elLars Ingebrigtsen2020-09-251-1/+1
* | Fix some defcustom typesLars Ingebrigtsen2020-09-254-6/+8
* | Remove more compat code from prolog.elLars Ingebrigtsen2020-09-251-9/+7
* | * lisp/progmodes/ruby-mode.el (ruby-use-smie): Declare obsoleteStefan Monnier2020-09-241-19/+21
* | Remove some XEmacs compat code from prolog.elLars Ingebrigtsen2020-09-251-46/+26
* | Support shellcheck in compilation-modeStefan Kangas2020-09-221-0/+3
* | Remove some Emacs 20 compat codeStefan Kangas2020-09-222-5/+3
* | ; Fix typosStefan Kangas2020-09-2111-25/+25
* | C++ Mode: Modernize the fontification of "using"Alan Mackenzie2020-09-202-12/+64
* | Fix slow python-mode inserts when there's a lot of stringsNoam Postavsky2020-09-201-15/+16
* | Make a gud error message more informativeNick Roberts2020-09-201-11/+11
* | Document and extend menu-bar-make-toggle someDrew Adams2020-09-191-5/+5
* | Fix typo in project-kill-buffersStefan Kangas2020-09-181-1/+1
* | * lisp/progmodes/cperl-mode.el (cperl-set-style): Fix docstring.Michael Albinus2020-09-181-1/+2
* | Fix typo, reported by Manuel UbertiDmitry Gutov2020-09-181-1/+1
* | cperl-mode: Add new value "PBP" for 'cperl-set-style'Harald Jörg2020-09-171-8/+33
* | Fix compilation-mode-map doc stringakater2020-09-141-2/+1
* | Revert "Use format-prompt in read-file-name calls that have a default"Lars Ingebrigtsen2020-09-131-2/+2
* | C++ Mode: handle __attribute__,etc. inside constructor argument listsAlan Mackenzie2020-09-123-10/+48
* | Fix compilation warning in cl-font-lockLars Ingebrigtsen2020-09-121-0/+1
* | CC Mode: Fix minor bugs in the string handling functionsAlan Mackenzie2020-09-112-9/+25
* | Merge from origin/emacs-27Glenn Morris2020-09-092-18/+49
|\|
| * C++ Mode: handle comma separated brace initializers.Alan Mackenzie2020-09-042-18/+49
* | Use format-prompt in read-file-name calls that have a defaultLars Ingebrigtsen2020-09-071-2/+2
* | Use format-prompt in some read-string callsLars Ingebrigtsen2020-09-061-6/+2
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-067-32/+14
* | Tweak how cperl-mode fontifies hashes and arraysLars Ingebrigtsen2020-09-051-2/+2