summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Comment change.Richard M. Stallman1997-08-164-4/+4
* (c-double-slash-is-comments-p): Remove obsolete variable.Richard M. Stallman1997-08-161-5/+1
* (c-buffer-is-cc-mode): Definition moved here from cc-vars.el.Richard M. Stallman1997-08-161-6/+11
* (c-buffer-is-cc-mode): Definition moved to cc-mode.elRichard M. Stallman1997-08-161-8/+1
* (c-comment-line-break-function): In this function, and the defadvice,Richard M. Stallman1997-08-161-6/+7
* (c-end-of-statement-1): Eliminate false hits on important charactersRichard M. Stallman1997-08-161-9/+15
* (c-style-alist): "python" style requires c-comment-continuation-stars be "".Richard M. Stallman1997-08-161-1/+2
* (tags-verify-table): Obey revert-without-query.Richard M. Stallman1997-08-151-6/+16
* (compilation-error-regexp-alist): New regexp for Caml.Richard M. Stallman1997-08-141-2/+4
* (c-style-alist) <gnu>:Richard M. Stallman1997-08-141-0/+2
* (awk-mode): Require cc-mode, not cc-langs.Richard M. Stallman1997-08-121-1/+1
* (c-electric-brace): Make preserve-p nil at BOB.Richard M. Stallman1997-08-111-1/+2
* Comment change.Richard M. Stallman1997-08-113-3/+3
* (c-offsets-alist): Added template-args-cont syntactic symbol.Richard M. Stallman1997-08-111-1/+3
* (c-guess-basic-syntax): CASE 5D.4: template argument continuationRichard M. Stallman1997-08-111-3/+4
* (c-mode-base-map, c++-mode-map):Richard M. Stallman1997-08-111-48/+29
* (c-initialize-cc-mode): Set c-buffer-is-cc-mode to t.Richard M. Stallman1997-08-111-8/+10
* (c-buffer-is-cc-mode): New variable.Richard M. Stallman1997-08-111-1/+20
* (indent-new-comment-line): Add advice for older Emacs versions if theyRichard M. Stallman1997-08-111-9/+52
* (c-lineup-java-throws): Change the `when' clause to an `if-progn'.Richard M. Stallman1997-08-111-4/+5
* (idl-mode-hook): New variable.Richard M. Stallman1997-08-091-1/+13
* (c-styles-alist): In "java" style, setRichard M. Stallman1997-08-091-9/+17
* (idl-mode): Support for CORBA's IDL language.Richard M. Stallman1997-08-091-25/+66
* Comment change.Richard M. Stallman1997-08-095-5/+5
* (c-beginning-of-statement-1): When checking for bare semi, don't matchRichard M. Stallman1997-08-091-2/+4
* (c-symbol-key):Richard M. Stallman1997-08-091-14/+34
* Correct the autoload cookies.Richard M. Stallman1997-08-091-4/+4
* (c-set-offset): Add autoload cookie.Richard M. Stallman1997-08-071-0/+1
* (compilation-parse-errors): Fix previous change.Richard M. Stallman1997-08-061-1/+1
* (compilation-error-regexp-alist): Make theRichard M. Stallman1997-08-051-1/+1
* (pascal-mode-syntax-table): _ is now a symbol constituent.Richard M. Stallman1997-08-041-31/+33
* (cpp-edit-reset): Add a close-quote after the file name.Richard M. Stallman1997-08-041-1/+1
* (cpp-create-bg-face): Don't really make a face.Richard M. Stallman1997-08-041-7/+9
* Comment change.Richard M. Stallman1997-08-031-10/+0
* (makefile-space-face): Add defface.Richard M. Stallman1997-07-281-18/+7
* Customized.Richard M. Stallman1997-07-271-43/+79
* Customized.Richard M. Stallman1997-07-271-54/+98
* (compile-command): More doc fix.Richard M. Stallman1997-07-271-8/+9
* (awk-mode): Call c-initialize-cc-mode.Richard M. Stallman1997-07-251-0/+1
* (compile-command): Doc fix.Richard M. Stallman1997-07-251-5/+7
* (compilation-error-regexp-alist): Add elt for EPC F90.Richard M. Stallman1997-07-251-4/+17
* Update copyright notice and permission notice.Richard M. Stallman1997-07-231-4/+6
* (hs-special-modes-alist): Use a regexp generated by regexp-opt.Richard M. Stallman1997-07-191-3/+12
* Comment change.Richard M. Stallman1997-07-184-4/+4
* (c-initialize-cc-mode): New function.Richard M. Stallman1997-07-181-6/+25
* (c-load-all): Function deleted.Richard M. Stallman1997-07-181-11/+1
* (c-initialize-builtin-style): Use copy-sequenceRichard M. Stallman1997-07-181-21/+2
* (c-maybe-labelp): Add defvar.Richard M. Stallman1997-07-181-13/+19
* Require cc-defs for the c-add-syntax macro.Richard M. Stallman1997-07-181-5/+10
* Require 'cc-defs for the definition of c-emacs-features.Richard M. Stallman1997-07-181-8/+22