summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/testcover.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos.Juanma Barranquero2011-07-141-1/+1
|
* Miscellaneous tweaks.Stefan Monnier2011-06-011-1/+1
| | | | | | | | | | | | | | | * lisp/emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for lexical scoping as in subr.el's dolist and dotimes. * lisp/emacs-lisp/bytecomp.el (byte-compile-unfold-bcf): Silence compiler warning. * lisp/thingatpt.el (forward-whitespace): Trivial coding style fix. * lisp/subr.el (with-output-to-temp-buffer): Provide an edebug spec. * lisp/international/ccl.el (ccl-compile): Trivial simplification. * lisp/help-fns.el (help-do-arg-highlight): Silence compiler warning. * lisp/emacs-lisp/testcover.el (testcover-end): Remove spurious `printflag' argument. * lisp/emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable): Purecopy the whole obsolescence data.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (testcover-start, testcover-end, testcover-mark-all, testcover-unmark-all): AddEli Zaretskii2007-03-241-6/+6
| | | | prompts to interactive specs.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* * mh-customize.el: Do not use face-alias compatibility forDan Nicolaescu2005-08-151-4/+0
| | | | | | | | | | | | | | | | | | | | | | faces that did not appear in the previous Emacs release. * buff-menu.el: * compare-w.el: * emacs-lisp/testcover.el: * play/gomoku.el: * play/mpuz.el: * progmodes/flymake.el: * progmodes/gdb-ui.el: * progmodes/idlw-help.el: * progmodes/idlw-shell.el: * progmodes/ld-script.el: * progmodes/which-func.el: * ruler-mode.el: * strokes.el: * textmodes/sgml-mode.el: * textmodes/table.el: Do not use face-alias for backward compatibility for faces that did not appear in the previous Emacs release.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (testcover): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-387Miles Bader2005-06-101-7/+11
| | | | | | | | | | | | Remove "-face" suffix from testcover faces 2005-06-10 Miles Bader <miles@gnu.org> * lisp/emacs-lisp/testcover.el (testcover-nohits, testcover-1value): Remove "-face" suffix from face names. (testcover-nohits-face, testcover-1value-face): New backward-compatibility aliases for renamed faces. (testcover-mark): Use renamed testcover faces.
* Specify missing group (and type, if simple) in defcustom.Juanma Barranquero2005-05-191-1/+2
|
* Added some additional functions to the `1-valued', `compose', and progn groups.Jonathan Yavner2004-07-171-73/+150
| | | | | Bugfix for marking up the definition for an empty function. New category "potentially-1valued" for functions that are not erroneous if either 1-valued or multi-valued.
* Ensure that forms marked with `1value' actually always return the same value.Jonathan Yavner2003-11-301-21/+34
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (noreturn): Report error if does return.Richard M. Stallman2003-08-061-6/+6
| | | | (testcover-reinstrument-clauses): Doc fix.
* Updated contact address.Jonathan Yavner2003-07-251-2/+2
|
* No error when marking functions whose body just returns a constant. HandleJonathan Yavner2003-03-281-15/+15
| | | | | screwy top-level macros that create functions and store them as properties of symbols. Support for CL's function* macro.
* New major mode "SES" for spreadsheets.Jonathan Yavner2002-09-281-0/+448
New function (unsafep X) determines whether X is a safe Lisp form. New support module testcover.el for coverage testing.