diff lisp/diff.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents c3bbd755b7da
children 4c64c671426f
line wrap: on
line diff
--- a/lisp/diff.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/diff.el	Sat May 30 23:54:21 1992 +0000
@@ -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 @@
 	  (setq cnt (1+ cnt)))
 	(message "Counting differences...done (%d)" cnt)
 	cnt))))
+
+;;; diff.el ends here