]> git.eshelyaron.com Git - emacs.git/commitdiff
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 40b137434461c36aa67f765416ffa20b3daefce5..56fef3712e0a9b400d358bc72b6b451c99c6ef11 100644 (file)
@@ -4,6 +4,7 @@
 
 ;; Author: K. Shane Hartman
 ;; Maintainer: FSF
+;; Keywords: convenience
 
 ;; This file is part of GNU Emacs.
 
index 89127a091b820bb971a16f8fa764bf5db30af334..ce9a47d62c506dd8c38c93c4a91c5674edd9af04 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 68b2eaabbcbcb50cdca10366993076e3365c826e..717ea756b56a4e37a03726dfb1c2f441dd3dacb5 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 2ae7dc6dc65916c1afe03038b42142fce3626fdb..a1e9d312bdd51087c9410c7d4a6a68f25765c41b 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 009dfde71d88a46b95849cb24c1b6bf581a09295..777fefa58ebf178329a51a1d05313802e14cceae 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 e4002246148f2b3d9a3cc8c20628e0e5daef4459..dacf5359add8858de31e55bda10f691496f9a6c1 100644 (file)
@@ -4,6 +4,7 @@
 ;;   Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
+;; Keywords: internal
 
 ;; This file is part of GNU Emacs.
 
index 1a11d75795996857c2ab026a64e42cce49dc8265..b587a51b85b0a63c5823337dd60ea1ecfc3c49a0 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 b73624a893cf1b8bdc3aad2df1add3991a4f62bc..13e5636ff5592b4528e2bbd7aa887cb2d9d57707 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 ca9f6aabca574492f5726d6496176ebf5a6e9fdd..fa8471460b76cddad16c68b1696a3f45134924ec 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 27816285be03e0b0bf3d0ce3137c09b0b3cb653d..e60f08f8f2224ac35324060f5ae63b1e9539d5d9 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 5417572bc8f86bc9447905f492a285fa033171a4..85ca927d7ef755f1ea8020a751ffdd3b7399eb8e 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 9edb9a53727e87ce71c940a67d5532fc87205745..cf9dc7ff42b1fc970f3f583d5768dd4a6fb4be25 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 02efa92cfa70317ab2e8f963320d7dfab2c2988e..e7fbe0f6a7b664f005d8bd45a3106c3650350de5 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 4761ef03cf994f4b63db18716f4cfe64ab471c12..07b63b84cc9499df0d202d3925476831661376ed 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.