summaryrefslogtreecommitdiff
path: root/lisp/warnings.el
Commit message (Collapse)AuthorAgeFilesLines
* (defgroup warnings): New group.Markus Rost2002-11-171-0/+5
|
* (display-warning): In batch mode,Richard M. Stallman2002-09-141-1/+7
| | | | exclude the final newline from the arg to `message'.
* (warning-level-aliases): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|
* (warning-series): Now can be a marker, not an integer.Richard M. Stallman2002-08-291-6/+9
| | | | (display-warning): Handle new value for warning-series.
* (warning-prefix-function, warning-series)Richard M. Stallman2002-08-071-18/+39
| | | | (warning-fill-prefix, warning-group-format): Add autoload cookies.
* (warning-levels): Doc fix.Juanma Barranquero2002-07-261-7/+7
| | | | | | (warning-suppress-log-types): Fix typo. (display-warning): Fix typo. Remove useless asignment to free variable `group-string'.
* (lwarn, warn): Doc fix.Juanma Barranquero2002-07-261-2/+2
|
* (warning-levels): Add %s to the strings.Richard M. Stallman2002-07-241-11/+19
| | | | | | | (warning-group-format): New variable. (warning-suppress-log-types): Renamed from warning-suppress-log. (warning-suppress-types): Renamed from warning-suppress. (display-warning): Implement those changes.
* Add `provide' call.Richard M. Stallman2002-07-231-0/+2
|
* (display-warning, warn, lwarn): Add autoload cookie.Richard M. Stallman2002-07-201-0/+3
|
* New file.Richard M. Stallman2002-07-201-0/+263