summaryrefslogtreecommitdiff
path: root/editors/matlab-mode/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'editors/matlab-mode/MESSAGE')
-rw-r--r--editors/matlab-mode/MESSAGE11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/matlab-mode/MESSAGE b/editors/matlab-mode/MESSAGE
deleted file mode 100644
index 9a6c814556a..00000000000
--- a/editors/matlab-mode/MESSAGE
+++ /dev/null
@@ -1,11 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2003/02/14 01:32:43 dmcmahill Exp $
-
-You will need to add something like the following to your .emacs.el (or
-default.el) file to autoload Matlab mode for Emacs.
-
-(setq auto-mode-alist (cons '("\\.m\\'" . matlab-mode) auto-mode-alist))
-(autoload 'matlab-mode "matlab" "Enter MATLAB mode." t)
-(autoload 'matlab-shell "matlab" "Interactive MATLAB mode." t)
-
-===========================================================================