aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-03-01 17:52:58 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-03-01 17:52:58 +0000
commit5d91731fe1f2fb4d371f40c644d78b09ed4641a0 (patch)
tree8964e6c19ce09fd83f1194400c50f76fd8137895
parent2f35bf11c9a61e703697d45b3dcf0a17f9c3aef7 (diff)
remove spurious (interactive)
-rw-r--r--lclam/lclam.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lclam/lclam.el b/lclam/lclam.el
index b5456fa3..2bc3129a 100644
--- a/lclam/lclam.el
+++ b/lclam/lclam.el
@@ -137,9 +137,7 @@
;;
(define-derived-mode thy-mode fundamental-mode "Lambda-CLAM theory file mode"
- (interactive)
- (thy-add-menus)
-)
+ (thy-add-menus))
(defvar thy-mode-map nil)