summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede/proj-scheme.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/ede/proj-scheme.el')
-rw-r--r--lisp/cedet/ede/proj-scheme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/proj-scheme.el b/lisp/cedet/ede/proj-scheme.el
index b7ba1cfd209..5877bb98e6d 100644
--- a/lisp/cedet/ede/proj-scheme.el
+++ b/lisp/cedet/ede/proj-scheme.el
@@ -40,7 +40,7 @@
)
"This target consists of scheme files.")
-(defmethod ede-proj-tweak-autoconf ((this ede-proj-target-scheme))
+(cl-defmethod ede-proj-tweak-autoconf ((this ede-proj-target-scheme))
"Tweak the configure file (current buffer) to accommodate THIS."
(autoconf-insert-new-macro "AM_INIT_GUILE_MODULE"))