]> code.delx.au - gnu-emacs/blobdiff - lisp/compare-w.el
(set-visited-file-name): Change the auto save file name.
[gnu-emacs] / lisp / compare-w.el
index b3dbf0e47c3b68c89e9bac8dba36bcb1f15ec376..13b7d4d179467bd0032e63711ed7781e602c37b5 100644 (file)
@@ -1,11 +1,14 @@
-;; Compare text between windows for Emacs.
+;;; compare-w.el --- compare text between windows for Emacs.
+
 ;; Copyright (C) 1986, 1989 Free Software Foundation, Inc.
 
+;; Maintainer: FSF
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 1, or (at your option)
+;; the Free Software Foundation; either version 2, or (at your option)
 ;; any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
@@ -17,6 +20,8 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Code:
+
 (defvar compare-windows-whitespace " \t\n"
   "*String of characters considered whitespace for \\[compare-windows].
 Changes in whitespace are optionally ignored.
@@ -128,3 +133,4 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored."
 
 (provide 'compare-w)
 
+;;; compare-w.el ends here