From 5d91731fe1f2fb4d371f40c644d78b09ed4641a0 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 1 Mar 2004 17:52:58 +0000 Subject: remove spurious (interactive) --- lclam/lclam.el | 4 +--- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3