aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* (compilation-parse-errors): Prepend comint-file-name-prefix (if boundp) toRoland McGrath1994-01-061-4/+19
* (compilation-buffer-p): Move defsubst before all callers.Roland McGrath1994-01-061-29/+65
* (makefile-mode): Make comment-start, comment-end,Richard M. Stallman1994-01-061-1/+4
* (compile-internal): Extended to work without asynchronous subprocesses.Richard M. Stallman1994-01-061-7/+14
* Fix typo in previous change.Richard M. Stallman1994-01-031-1/+1
* More menu bar commands.Richard M. Stallman1994-01-031-0/+6
* (c-mode-map): Add menu bar menu.Richard M. Stallman1994-01-021-19/+39
* (compilation-read-command, compilation-ask-about-save): New variables.Richard M. Stallman1994-01-011-4/+15
* (awk-mode-syntax-table): Was mistakenly changingRichard M. Stallman1993-12-241-3/+3
* (makefile-ignored-files-in-pickup-regex): Supply missing \\.Richard M. Stallman1993-12-231-3/+3
* (c-delete-backslash): Do nothing if empty line.Richard M. Stallman1993-12-231-4/+6
* (inferior-lisp-prompt): Don't match more than one line.Richard M. Stallman1993-12-231-2/+2
* (c++-indent-line, calculate-c++-indent):Richard M. Stallman1993-12-231-7/+7
* (visit-tags-table-buffer): Change "Add to list" question.Richard M. Stallman1993-12-231-3/+3
* (asm-mode): Don't mess with auto-fill mode.Richard M. Stallman1993-12-231-1/+0
* (awk-mode): Use c-indent-line.Richard M. Stallman1993-12-231-1/+1
* (grep-command): New variable.Richard M. Stallman1993-12-231-3/+5
* (compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp toRoland McGrath1993-12-091-1/+3
* (tags-add-tables): New variable.Richard M. Stallman1993-11-251-6/+12
* (c-indent-region): As first thing, advance to a nonblank line.Richard M. Stallman1993-11-231-0/+3
* (c-indent-region): Don't goto-char sexpend if it's nil.Richard M. Stallman1993-11-231-5/+7
* (inferior-lisp-proc): Clean up error message.Richard M. Stallman1993-11-221-1/+1
* (tags-complete-tag): Bind enable-recursive-minibuffers to t.Richard M. Stallman1993-11-201-1/+3
* (calculate-fortran-indent): Fixup regexp for where statements.Richard M. Stallman1993-11-181-3/+3
* Comment change.Richard M. Stallman1993-11-111-0/+7
* (c-indent-region): When looking for a sexp that endsRichard M. Stallman1993-11-111-3/+9
* (etags-list-tags): Return t if found the file.Richard M. Stallman1993-11-091-7/+10
* Initial revisionRichard M. Stallman1993-11-081-0/+980
* (list-tags): Fix completing-read call interactive spec; TABLE and PREDICATERoland McGrath1993-10-181-2/+5
* (compile-internal): Back out jimb change of making buffer read-only. ItBrian Fox1993-09-211-2/+2
* (tag-exact-match-p): Return true if TAG is the explicit tag name.Roland McGrath1993-09-061-4/+8
* Fix version in comment.Richard M. Stallman1993-09-061-1/+1
* Doc fixes.Richard M. Stallman1993-09-061-52/+52
* (next-file): If arg is neither t nor nil, then eval it to return initialRoland McGrath1993-08-301-12/+22
* (compilation-parse-errors): Don't add multiple errors for one source line.Richard M. Stallman1993-08-141-6/+10
* (next-error): Handle zero and negative prefix args.Roland McGrath1993-08-111-4/+19
* (etags-goto-tag-location): If match started with Ctrl-m,Richard M. Stallman1993-08-081-0/+5
* (perl-mode): Add autoload cookie.Richard M. Stallman1993-08-051-0/+1
* (compilation-minor-mode): Make variable buffer-local.Roland McGrath1993-08-031-0/+2
* (indent-c-exp): Don't document ENDPOS.Richard M. Stallman1993-08-021-7/+32
* (etags-tags-completion-table): Fixed regexp for today's format.Roland McGrath1993-08-011-8/+9
* (visit-tags-table-buffer): New local namedRichard M. Stallman1993-08-011-153/+161
* (etags-goto-tag-location): Handle selective display.Richard M. Stallman1993-08-011-1/+3
* (indent-c-exp): Don't move an { from column 0.Richard M. Stallman1993-08-011-1/+3
* (compilation-error-regexp-alist): Broaden RS6000 regexp to matchRoland McGrath1993-07-301-1/+3
* (calculate-c-indent): When checking whether function declRichard M. Stallman1993-07-291-0/+2
* (c++-mode-syntax-table): Don't alter syntax of '.Richard M. Stallman1993-07-271-2/+1
* (indent-c-exp): When previous line ends in comma,Richard M. Stallman1993-07-261-3/+10
* (c++-mode-syntax-table): Handle C-style comments.Richard M. Stallman1993-07-261-1/+2
* (indent-c-exp): Call calculate-c-indent-within-comment when appropriate.Richard M. Stallman1993-07-211-0/+4