From 307645975cf9964740f4de544718f3f344a0c99c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Thu, 2 May 2002 05:41:46 +0000 Subject: [PATCH] Follow coding conventions. --- lisp/chistory.el | 1 + lisp/compare-w.el | 1 + lisp/emacs-lisp/syntax.el | 5 ++++- lisp/emulation/cua-gmrk.el | 3 +++ lisp/emulation/cua-rect.el | 4 ++++ lisp/faces.el | 1 + lisp/float-sup.el | 1 + lisp/ibuf-macs.el | 2 ++ lisp/misc.el | 1 + lisp/replace.el | 2 ++ lisp/select.el | 1 + lisp/simple.el | 3 +++ lisp/subr.el | 3 +++ lisp/talk.el | 1 + 14 files changed, 28 insertions(+), 1 deletion(-) diff --git a/lisp/chistory.el b/lisp/chistory.el index 40b13743446..56fef3712e0 100644 --- a/lisp/chistory.el +++ b/lisp/chistory.el @@ -4,6 +4,7 @@ ;; Author: K. Shane Hartman ;; Maintainer: FSF +;; Keywords: convenience ;; This file is part of GNU Emacs. diff --git a/lisp/compare-w.el b/lisp/compare-w.el index 89127a091b8..ce9a47d62c5 100644 --- a/lisp/compare-w.el +++ b/lisp/compare-w.el @@ -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. diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index 68b2eaabbcb..717ea756b56 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el @@ -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 diff --git a/lisp/emulation/cua-gmrk.el b/lisp/emulation/cua-gmrk.el index 2ae7dc6dc65..a1e9d312bdd 100644 --- a/lisp/emulation/cua-gmrk.el +++ b/lisp/emulation/cua-gmrk.el @@ -22,6 +22,9 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + +;;; Code: (provide 'cua-gmrk) diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el index 009dfde71d8..777fefa58eb 100644 --- a/lisp/emulation/cua-rect.el +++ b/lisp/emulation/cua-rect.el @@ -28,6 +28,10 @@ ;; GNU emacs rect.el package and the the rect-mark.el package by Rick ;; Sladkey . +;;; Commentary: + +;;; Code: + (provide 'cua-rect) (eval-when-compile diff --git a/lisp/faces.el b/lisp/faces.el index e4002246148..dacf5359add 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -4,6 +4,7 @@ ;; Free Software Foundation, Inc. ;; Maintainer: FSF +;; Keywords: internal ;; This file is part of GNU Emacs. diff --git a/lisp/float-sup.el b/lisp/float-sup.el index 1a11d757959..b587a51b85b 100644 --- a/lisp/float-sup.el +++ b/lisp/float-sup.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. ;; Maintainer: FSF +;; Keywords: internal ;; This file is part of GNU Emacs. diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el index b73624a893c..13e5636ff55 100644 --- a/lisp/ibuf-macs.el +++ b/lisp/ibuf-macs.el @@ -23,6 +23,8 @@ ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + ;;; Code: (eval-when-compile diff --git a/lisp/misc.el b/lisp/misc.el index ca9f6aabca5..fa8471460b7 100644 --- a/lisp/misc.el +++ b/lisp/misc.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1989 Free Software Foundation, Inc. ;; Maintainer: FSF +;; Keywords: convenience ;; This file is part of GNU Emacs. diff --git a/lisp/replace.el b/lisp/replace.el index 27816285be0..e60f08f8f22 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -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 diff --git a/lisp/select.el b/lisp/select.el index 5417572bc8f..85ca927d7ef 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -1,5 +1,6 @@ ;;; select.el --- lisp portion of standard selection support +;; Maintainer: FSF ;; Keywords: internal ;; Copyright (c) 1993, 1994 Free Software Foundation, Inc. diff --git a/lisp/simple.el b/lisp/simple.el index 9edb9a53727..cf9dc7ff42b 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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 diff --git a/lisp/subr.el b/lisp/subr.el index 02efa92cfa7..e7fbe0f6a7b 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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 diff --git a/lisp/talk.el b/lisp/talk.el index 4761ef03cf9..07b63b84cc9 100644 --- a/lisp/talk.el +++ b/lisp/talk.el @@ -2,6 +2,7 @@ ;; Copyright (C) 1995 Free Software Foundation, Inc. +;; Maintainer: FSF ;; Keywords: comm, frames ;; This file is part of GNU Emacs. -- 2.11.4.GIT