aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Monnier2015-11-04 09:42:20 -0500
committerStefan Monnier2015-11-04 09:42:20 -0500
commit54e2ed97bf904eda2ee5ae9b7822288e10b3abc5 (patch)
treec69c933b9ddd53a7715ec1e5dff31d28dad257b7 /test
parent39355bc045874874eb83cecdf2e2e04c3b81d3f7 (diff)
downloademacs-54e2ed97bf904eda2ee5ae9b7822288e10b3abc5.tar.gz
emacs-54e2ed97bf904eda2ee5ae9b7822288e10b3abc5.zip
* lisp/emacs-lisp/eieio-compat.el: Typo caught by tests
(eieio--generic-static-object-generalizer): Fix typo. * test/automated/eieio-tests.el: Byte-compile it again. It looks like the underlying cause of bug#17852 was fixed in the mean time.
Diffstat (limited to 'test')
-rw-r--r--test/automated/eieio-tests.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/automated/eieio-tests.el b/test/automated/eieio-tests.el
index 5709a1bfeb2..915532b299c 100644
--- a/test/automated/eieio-tests.el
+++ b/test/automated/eieio-tests.el
@@ -898,7 +898,3 @@ Subclasses to override slot attributes.")
898(provide 'eieio-tests) 898(provide 'eieio-tests)
899 899
900;;; eieio-tests.el ends here 900;;; eieio-tests.el ends here
901
902;; Local Variables:
903;; no-byte-compile: t
904;; End: