aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/diff-mode.el/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/diff-mode.el/pkg-message')
-rw-r--r--textproc/diff-mode.el/pkg-message4
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/diff-mode.el/pkg-message b/textproc/diff-mode.el/pkg-message
deleted file mode 100644
index 349d4531f18c..000000000000
--- a/textproc/diff-mode.el/pkg-message
+++ /dev/null
@@ -1,4 +0,0 @@
-To use diff-mode, simply add to your .emacs the following lines:
-
-(autoload 'diff-mode "diff-mode" "Diff major mode" t)
-(add-to-list 'auto-mode-alist '("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode))