diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-12 19:37:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-12 19:37:07 +0000 |
commit | 81817a95e6e65f5c29660b0d07945901c871bff2 (patch) | |
tree | 22a5c11960d9f845b4610501eced7ff3ca4d67c9 /devel/haskell-mode | |
parent | c9ec59773df5bf7e40fc0b4c3251aedbcda3b536 (diff) | |
download | pkgsrc-81817a95e6e65f5c29660b0d07945901c871bff2.tar.gz |
Standardize.
Diffstat (limited to 'devel/haskell-mode')
-rw-r--r-- | devel/haskell-mode/MESSAGE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/haskell-mode/MESSAGE b/devel/haskell-mode/MESSAGE index d8bb1db00ec..d9350275792 100644 --- a/devel/haskell-mode/MESSAGE +++ b/devel/haskell-mode/MESSAGE @@ -1,5 +1,5 @@ -============================================================================= -$NetBSD: MESSAGE,v 1.1 2001/11/01 01:24:07 zuntum Exp $ +=========================================================================== +$NetBSD: MESSAGE,v 1.2 2002/09/12 19:37:07 wiz Exp $ You will need to add something like the following to your .emacs.el (or default.el) file to autoload Haskell mode for Emacs. @@ -14,4 +14,4 @@ default.el) file to autoload Haskell mode for Emacs. (autoload 'literate-haskell-mode "haskell-mode" "Major mode for editing literate Haskell scripts." t) -============================================================================= +=========================================================================== |