aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-13 19:12:28 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-13 19:12:28 +0000
commitc28c07aaca4f8a86e9d7e9bb27090d3d9f338e61 (patch)
treee4fc29fe76067915533caecbc0642dc790cffc20 /isa
parent4a3d4d376b2cb7b879918a3b4818e624ec57c907 (diff)
Fix long-lived typo in setting auto-mode-alist.
Diffstat (limited to 'isa')
-rw-r--r--isa/thy-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/thy-mode.el b/isa/thy-mode.el
index a303d961..b9dd7139 100644
--- a/isa/thy-mode.el
+++ b/isa/thy-mode.el
@@ -20,7 +20,7 @@
;; on for .thy files.
;; FIXME: be less messy with auto-mode-alist here (remove dups)
(setq auto-mode-alist
- (cons '("\\.thy$" . thy-mode) auto-mode-alist))
+ (cons '("\\.thy$" . isa-mode) auto-mode-alist))
;;; ========== Theory File Mode User Options ==========