summaryrefslogtreecommitdiff
path: root/test/manual/cedet/tests/test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/manual/cedet/tests/test.el')
-rw-r--r--test/manual/cedet/tests/test.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/manual/cedet/tests/test.el b/test/manual/cedet/tests/test.el
index 34c03619f88..246a856665b 100644
--- a/test/manual/cedet/tests/test.el
+++ b/test/manual/cedet/tests/test.el
@@ -63,11 +63,11 @@
;;; Methods
;;
-(defmethod a-method ((obj some-class) &optional arg2)
+(cl-defmethod a-method ((obj some-class) &optional arg2)
"Doc String for a method."
(call-next-method))
-(defgeneric a-generic (arg1 arg2)
+(cl-defgeneric a-generic (arg1 arg2)
"General description of a-generic.")
;;; Advice