Skillnad (från version 4 till rådande version)
Sammanfattning: Rollback to 2008-09-05 00:16 UTC
Information om ändring är inte tillgänglig.gforth.el provides auto-indent, documentation search and an interactive environment.
gforth.el is typically included with an install of gForth (GNU Forth).
(autoload 'forth-mode "gforth.el")
(autoload 'forth-block-mode "gforth.el")
(add-to-list 'auto-mode-alist '("\\.fs$" . forth-mode))