summaryrefslogtreecommitdiff
blob: 710556f3ddba0a00c755e3788c4b81b0dd0a0f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ur gforth-0.6.2.orig/gforth.el gforth-0.6.2/gforth.el
--- gforth-0.6.2.orig/gforth.el	2003-08-05 04:12:47.000000000 -0500
+++ gforth-0.6.2/gforth.el	2006-02-17 11:30:49.000000000 -0600
@@ -1702,6 +1702,6 @@
 	  (error "No current process.  See variable `forth-process-buffer'"))))
   )  ; (memq 'comint features)
 
-(provide 'forth-mode)
+(provide 'gforth)
 
 ;;; gforth.el ends here