summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cwarn.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (cwarn-mode): Specify :group.Lute Kamstra2005-04-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (global-cwarn-mode): Use define-minor-mode.Stefan Monnier2002-04-081-176/+67
| | | | | | | | | | (global-cwarn-mode): Use easy-mmode-define-global-mode. (cwarn-font-lock-keywords): New function. Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords. (cwarn-font-lock-match): New macro. (cwarn-font-lock-match-assignment-in-expression) (cwarn-font-lock-match-dangerous-semicolon) (cwarn-font-lock-match-reference): Use it.
* (cwarn-font-lock-match-assignment-in-expression):Eli Zaretskii2001-12-051-1/+3
| | | | | | Add shift-assignment operators to those highlighted, and highlight the whole operator rather than just the "=". From Broadey Kevin <Kevin.Broadey@motorola.com>.
* (cwarn-font-lock-feature-keywords-alist):Gerd Moellmann2001-10-211-2/+2
| | | | Use `sexp' for :value-type instead of `face'.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* Copyright up-date.Dave Love2000-08-151-1/+1
|
* (cwarn) <defgroup>: Add :version, :link.Dave Love2000-08-151-5/+12
| | | | | | | | (global-cwarn-mode): Don't make it a user option. Unquote lambda. (cwarn-font-lock-feature-keywords-alist): Don't make it a user option. Provide :type. (cwarn-configuration): Provide :type. (cwarn-mode): Doc fix.
* *** empty log message ***Gerd Moellmann1999-12-211-0/+483