aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1999-08-10 17:09:16 +0000
committerKarl Heuer <[email protected]>1999-08-10 17:09:16 +0000
commit51508f6de3d5172ea43dcb56f276b73be2bd5e7b (patch)
tree8470ba6877ad63f1c174c96961fffb387a6b9ef3 /lisp
parent2af602a19dca753088c7d630dc877e1f2b3dbfc4 (diff)
(simula): Provide `simula', not `simula-mode'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/simula.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el
index ec01c1e77d..a7321711c9 100644
--- a/lisp/progmodes/simula.el
+++ b/lisp/progmodes/simula.el
@@ -1798,6 +1798,6 @@ If not nil and not t, move to limit of search and return nil."
'simula-tab-always-indent
))))
-(provide 'simula-mode)
+(provide 'simula)
;;; simula.el ends here