Added fast path to ERT explanation of `equal'.
commitde69c0a8d1ff21a0bd5663a555e47285aa1c70e1
authorChristian Ohler <ohler@gnu.org>
Thu, 3 Mar 2011 09:01:51 +0000 (3 02:01 -0700)
committerChristian Ohler <ohler@gnu.org>
Thu, 3 Mar 2011 09:01:51 +0000 (3 02:01 -0700)
tree657d4d8862a494ac6a2b13174943dad442d0735f
parent7c0d14414fd20b67f52cec2df87ca0601acf2c90
Added fast path to ERT explanation of `equal'.
* emacs-lisp/ert.el (ert--explain-equal): New function.
(ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
All callers changed.
(ert--explain-equal-including-properties): Renamed from
`ert--explain-not-equal-including-properties'.  All callers
changed.
* automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
New test.
lisp/ChangeLog
lisp/emacs-lisp/ert.el
test/ChangeLog
test/automated/ert-tests.el