Follow coding conventions.
authorPavel Janík <Pavel@Janik.cz>
Thu, 2 May 2002 05:41:46 +0000 (05:41 +0000)
committerPavel Janík <Pavel@Janik.cz>
Thu, 2 May 2002 05:41:46 +0000 (05:41 +0000)
14 files changed:
lisp/chistory.el
lisp/compare-w.el
lisp/emacs-lisp/syntax.el
lisp/emulation/cua-gmrk.el
lisp/emulation/cua-rect.el
lisp/faces.el
lisp/float-sup.el
lisp/ibuf-macs.el
lisp/misc.el
lisp/replace.el
lisp/select.el
lisp/simple.el
lisp/subr.el
lisp/talk.el

index 40b1374..56fef37 100644 (file)
@@ -4,6 +4,7 @@
 
 ;; Author: K. Shane Hartman
 ;; Maintainer: FSF
+;; Keywords: convenience
 
 ;; This file is part of GNU Emacs.
 
index 89127a0..ce9a47d 100644 (file)
@@ -3,6 +3,7 @@
 ;; Copyright (C) 1986, 1989, 1993, 1997 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
+;; Keywords: convenience files
 
 ;; This file is part of GNU Emacs.
 
index 68b2eaa..717ea75 100644 (file)
@@ -1,7 +1,10 @@
-;;; syntax.el --- Helper functions to find syntactic context
+;;; syntax.el --- helper functions to find syntactic context
 
 ;; Copyright (C) 2000 Free Software Foundation, Inc.
 
+;; Maintainer: FSF
+;; Keywords: internal
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 2ae7dc6..a1e9d31 100644 (file)
@@ -22,6 +22,9 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
 
 (provide 'cua-gmrk)
 
index 009dfde..777fefa 100644 (file)
 ;; GNU emacs rect.el package and the the rect-mark.el package by Rick
 ;; Sladkey <jrs@world.std.com>.
 
+;;; Commentary:
+
+;;; Code:
+
 (provide 'cua-rect)
 
 (eval-when-compile
index e400224..dacf535 100644 (file)
@@ -4,6 +4,7 @@
 ;;   Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
+;; Keywords: internal
 
 ;; This file is part of GNU Emacs.
 
index 1a11d75..b587a51 100644 (file)
@@ -3,6 +3,7 @@
 ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
+;; Keywords: internal
 
 ;; This file is part of GNU Emacs.
 
index b73624a..13e5636 100644 (file)
@@ -23,6 +23,8 @@
 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 (eval-when-compile
index ca9f6aa..fa84714 100644 (file)
@@ -3,6 +3,7 @@
 ;; Copyright (C) 1989 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
+;; Keywords: convenience
 
 ;; This file is part of GNU Emacs.
 
index 2781628..e60f08f 100644 (file)
@@ -3,6 +3,8 @@
 ;; Copyright (C) 1985, 86, 87, 92, 94, 96, 1997, 2000, 2001, 2002
 ;;  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
index 5417572..85ca927 100644 (file)
@@ -1,5 +1,6 @@
 ;;; select.el --- lisp portion of standard selection support
 
+;; Maintainer: FSF
 ;; Keywords: internal
 
 ;; Copyright (c) 1993, 1994 Free Software Foundation, Inc.
index 9edb9a5..cf9dc7f 100644 (file)
@@ -3,6 +3,9 @@
 ;; Copyright (C) 1985, 86, 87, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002
 ;;        Free Software Foundation, Inc.
 
+;; Maintainer: FSF
+;; Keywords: internal
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 02efa92..e7fbe0f 100644 (file)
@@ -3,6 +3,9 @@
 ;; Copyright (C) 1985, 86, 92, 94, 95, 99, 2000, 2001, 2002
 ;;   Free Software Foundation, Inc.
 
+;; Maintainer: FSF
+;; Keywords: internal
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 4761ef0..07b63b8 100644 (file)
@@ -2,6 +2,7 @@
 
 ;; Copyright (C) 1995 Free Software Foundation, Inc.
 
+;; Maintainer: FSF
 ;; Keywords: comm, frames
 
 ;; This file is part of GNU Emacs.