diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/ert.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el index a75b23bbc15..470fd493661 100644 --- a/lisp/emacs-lisp/ert.el +++ b/lisp/emacs-lisp/ert.el | |||
| @@ -515,7 +515,7 @@ Returns nil if they are." | |||
| 515 | for xi = (ert--explain-equal-rec ai bi) | 515 | for xi = (ert--explain-equal-rec ai bi) |
| 516 | do (when xi (cl-return `(array-elt ,i ,xi))) | 516 | do (when xi (cl-return `(array-elt ,i ,xi))) |
| 517 | finally (cl-assert (equal a b) t)))) | 517 | finally (cl-assert (equal a b) t)))) |
| 518 | ((pred atomp) | 518 | ((pred atom) |
| 519 | (if (not (equal a b)) | 519 | (if (not (equal a b)) |
| 520 | (if (and (symbolp a) (symbolp b) (string= a b)) | 520 | (if (and (symbolp a) (symbolp b) (string= a b)) |
| 521 | `(different-symbols-with-the-same-name ,a ,b) | 521 | `(different-symbols-with-the-same-name ,a ,b) |