diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-01-22 10:41:58 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-01-22 10:41:58 +0000 |
commit | 55d173a863844dfd740193d99b0979f1b888f0bf (patch) | |
tree | 267e157f57f6248631b8dce34ee1e2c26c56ea4c /app-emacs/haskell-mode/files | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | historical-55d173a863844dfd740193d99b0979f1b888f0bf.tar.gz historical-55d173a863844dfd740193d99b0979f1b888f0bf.tar.bz2 historical-55d173a863844dfd740193d99b0979f1b888f0bf.zip |
corrected initialisation for newer haskell mode, thanks to Ivan <the_greatguru@hotmail.com>, who reported that in bug 163211
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'app-emacs/haskell-mode/files')
-rw-r--r-- | app-emacs/haskell-mode/files/51haskell-mode-gentoo.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emacs/haskell-mode/files/51haskell-mode-gentoo.el b/app-emacs/haskell-mode/files/51haskell-mode-gentoo.el new file mode 100644 index 000000000000..4f5f9c83e965 --- /dev/null +++ b/app-emacs/haskell-mode/files/51haskell-mode-gentoo.el @@ -0,0 +1 @@ +(load "/usr/share/emacs/site-lisp/haskell-mode/haskell-site-file") |