diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:54:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:54:21 +0000 |
commit | c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (patch) | |
tree | 925fc795c6471c7b0904feba14782fdc5689308b /lisp/diff.el | |
parent | 84fc2cfa7d62e9ff77405340bae99cf5b1a9e164 (diff) | |
download | emacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/diff.el')
-rw-r--r-- | lisp/diff.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/diff.el b/lisp/diff.el index 7b92c6a4314..138f674ea08 100644 --- a/lisp/diff.el +++ b/lisp/diff.el @@ -1,4 +1,5 @@ -;; "DIFF" mode for handling output from unix diff utility. +;;; diff.el --- "DIFF" mode for handling output from unix diff utility. + ;; Copyright (C) 1990 Free Software Foundation, Inc. ;; Written fpb@ittc.wec.com 1/27/89 @@ -269,3 +270,5 @@ Differences are delimited by `diff-search-pattern'." (setq cnt (1+ cnt))) (message "Counting differences...done (%d)" cnt) cnt)))) + +;;; diff.el ends here |