diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2013-10-24 09:42:18 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2013-10-24 09:42:18 +0200 |
commit | 990b9f68ce403df0781507929a5471726345d0a7 (patch) | |
tree | c8d267a1c09c5001ec39f0b16625f0410fa40636 | |
parent | 955ada112b25068c6756b9fa904c6701da9911b0 (diff) | |
download | emacs-990b9f68ce403df0781507929a5471726345d0a7.tar.gz |
Mention the `skip-unless' macro of ert.el.
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -591,6 +591,9 @@ During initialization, Emacs no longer expends a process to decide whether it is safe to use Bash's --noediting option. These days --noediting is ubiquitous; it was introduced in 1996 in Bash version 2. ++++ +** There is a new macro `skip-unless' for skipping ERT tests. See the manual. + * New Modes and Packages in Emacs 24.4 |