diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-06 19:08:39 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-07-06 19:08:39 +0000 |
| commit | fb746cf97997cfe2557950a4f951914b454c6872 (patch) | |
| tree | 506a7db3622bbfeff167a569a04df2d5f6f5d47f /textproc/diff-mode.el/pkg-message | |
| parent | 4cc79e55092c568efd44f52271728a28aa843d74 (diff) | |
Notes
Diffstat (limited to 'textproc/diff-mode.el/pkg-message')
| -rw-r--r-- | textproc/diff-mode.el/pkg-message | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/diff-mode.el/pkg-message b/textproc/diff-mode.el/pkg-message new file mode 100644 index 000000000000..349d4531f18c --- /dev/null +++ b/textproc/diff-mode.el/pkg-message @@ -0,0 +1,4 @@ +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)) |
