# HG changeset patch # User Pavel Jank # Date 1020318106 0 # Node ID 829beb9a6a4b11447d7db71c2c23f3447b54ed50 # Parent a34463090ca33a1e65296c78ecc204aea4ac3072 Follow coding conventions. diff -r a34463090ca3 -r 829beb9a6a4b lisp/chistory.el --- a/lisp/chistory.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/chistory.el Thu May 02 05:41:46 2002 +0000 @@ -4,6 +4,7 @@ ;; Author: K. Shane Hartman ;; Maintainer: FSF +;; Keywords: convenience ;; This file is part of GNU Emacs. diff -r a34463090ca3 -r 829beb9a6a4b lisp/compare-w.el --- a/lisp/compare-w.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/compare-w.el Thu May 02 05:41:46 2002 +0000 @@ -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 -r a34463090ca3 -r 829beb9a6a4b lisp/emacs-lisp/syntax.el --- a/lisp/emacs-lisp/syntax.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/emacs-lisp/syntax.el Thu May 02 05:41:46 2002 +0000 @@ -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 -r a34463090ca3 -r 829beb9a6a4b lisp/emulation/cua-gmrk.el --- a/lisp/emulation/cua-gmrk.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/emulation/cua-gmrk.el Thu May 02 05:41:46 2002 +0000 @@ -22,6 +22,9 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + +;;; Code: (provide 'cua-gmrk) diff -r a34463090ca3 -r 829beb9a6a4b lisp/emulation/cua-rect.el --- a/lisp/emulation/cua-rect.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/emulation/cua-rect.el Thu May 02 05:41:46 2002 +0000 @@ -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 -r a34463090ca3 -r 829beb9a6a4b lisp/faces.el --- a/lisp/faces.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/faces.el Thu May 02 05:41:46 2002 +0000 @@ -4,6 +4,7 @@ ;; Free Software Foundation, Inc. ;; Maintainer: FSF +;; Keywords: internal ;; This file is part of GNU Emacs. diff -r a34463090ca3 -r 829beb9a6a4b lisp/float-sup.el --- a/lisp/float-sup.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/float-sup.el Thu May 02 05:41:46 2002 +0000 @@ -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 -r a34463090ca3 -r 829beb9a6a4b lisp/ibuf-macs.el --- a/lisp/ibuf-macs.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/ibuf-macs.el Thu May 02 05:41:46 2002 +0000 @@ -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 -r a34463090ca3 -r 829beb9a6a4b lisp/misc.el --- a/lisp/misc.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/misc.el Thu May 02 05:41:46 2002 +0000 @@ -3,6 +3,7 @@ ;; Copyright (C) 1989 Free Software Foundation, Inc. ;; Maintainer: FSF +;; Keywords: convenience ;; This file is part of GNU Emacs. diff -r a34463090ca3 -r 829beb9a6a4b lisp/replace.el --- a/lisp/replace.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/replace.el Thu May 02 05:41:46 2002 +0000 @@ -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 -r a34463090ca3 -r 829beb9a6a4b lisp/select.el --- a/lisp/select.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/select.el Thu May 02 05:41:46 2002 +0000 @@ -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 -r a34463090ca3 -r 829beb9a6a4b lisp/simple.el --- a/lisp/simple.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/simple.el Thu May 02 05:41:46 2002 +0000 @@ -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 -r a34463090ca3 -r 829beb9a6a4b lisp/subr.el --- a/lisp/subr.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/subr.el Thu May 02 05:41:46 2002 +0000 @@ -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 -r a34463090ca3 -r 829beb9a6a4b lisp/talk.el --- a/lisp/talk.el Wed May 01 23:38:05 2002 +0000 +++ b/lisp/talk.el Thu May 02 05:41:46 2002 +0000 @@ -2,6 +2,7 @@ ;; Copyright (C) 1995 Free Software Foundation, Inc. +;; Maintainer: FSF ;; Keywords: comm, frames ;; This file is part of GNU Emacs.