aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-05-02 05:41:46 +0000
committerPavel Janík2002-05-02 05:41:46 +0000
commit307645975cf9964740f4de544718f3f344a0c99c (patch)
tree47fc07d08ddd76697efb0f209c0c68638ddc99b8
parente3f5ce5624f1204a834a5fe1a6c4e77f54057143 (diff)
downloademacs-307645975cf9964740f4de544718f3f344a0c99c.tar.gz
emacs-307645975cf9964740f4de544718f3f344a0c99c.zip
Follow coding conventions.
-rw-r--r--lisp/chistory.el1
-rw-r--r--lisp/compare-w.el1
-rw-r--r--lisp/emacs-lisp/syntax.el5
-rw-r--r--lisp/emulation/cua-gmrk.el3
-rw-r--r--lisp/emulation/cua-rect.el4
-rw-r--r--lisp/faces.el1
-rw-r--r--lisp/float-sup.el1
-rw-r--r--lisp/ibuf-macs.el2
-rw-r--r--lisp/misc.el1
-rw-r--r--lisp/replace.el2
-rw-r--r--lisp/select.el1
-rw-r--r--lisp/simple.el3
-rw-r--r--lisp/subr.el3
-rw-r--r--lisp/talk.el1
14 files changed, 28 insertions, 1 deletions
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 @@
4 4
5;; Author: K. Shane Hartman 5;; Author: K. Shane Hartman
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: convenience
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
9 10
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 @@
3;; Copyright (C) 1986, 1989, 1993, 1997 Free Software Foundation, Inc. 3;; Copyright (C) 1986, 1989, 1993, 1997 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: convenience files
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
8 9
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 @@
1;;; syntax.el --- Helper functions to find syntactic context 1;;; syntax.el --- helper functions to find syntactic context
2 2
3;; Copyright (C) 2000 Free Software Foundation, Inc. 3;; Copyright (C) 2000 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF
6;; Keywords: internal
7
5;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
6 9
7;; GNU Emacs is free software; you can redistribute it and/or modify 10;; 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 @@
22;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23;; Boston, MA 02111-1307, USA. 23;; Boston, MA 02111-1307, USA.
24 24
25;;; Commentary:
26
27;;; Code:
25 28
26(provide 'cua-gmrk) 29(provide 'cua-gmrk)
27 30
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 @@
28;; GNU emacs rect.el package and the the rect-mark.el package by Rick 28;; GNU emacs rect.el package and the the rect-mark.el package by Rick
29;; Sladkey <jrs@world.std.com>. 29;; Sladkey <jrs@world.std.com>.
30 30
31;;; Commentary:
32
33;;; Code:
34
31(provide 'cua-rect) 35(provide 'cua-rect)
32 36
33(eval-when-compile 37(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 @@
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: internal
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
9 10
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 @@
3;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: internal
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
8 9
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 @@
23;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24;; Boston, MA 02111-1307, USA. 24;; Boston, MA 02111-1307, USA.
25 25
26;;; Commentary:
27
26;;; Code: 28;;; Code:
27 29
28(eval-when-compile 30(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 @@
3;; Copyright (C) 1989 Free Software Foundation, Inc. 3;; Copyright (C) 1989 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: convenience
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
8 9
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 @@
3;; Copyright (C) 1985, 86, 87, 92, 94, 96, 1997, 2000, 2001, 2002 3;; Copyright (C) 1985, 86, 87, 92, 94, 96, 1997, 2000, 2001, 2002
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF
7
6;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
7 9
8;; GNU Emacs is free software; you can redistribute it and/or modify 10;; 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 @@
1;;; select.el --- lisp portion of standard selection support 1;;; select.el --- lisp portion of standard selection support
2 2
3;; Maintainer: FSF
3;; Keywords: internal 4;; Keywords: internal
4 5
5;; Copyright (c) 1993, 1994 Free Software Foundation, Inc. 6;; 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 @@
3;; Copyright (C) 1985, 86, 87, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002 3;; Copyright (C) 1985, 86, 87, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF
7;; Keywords: internal
8
6;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
7 10
8;; GNU Emacs is free software; you can redistribute it and/or modify 11;; 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 @@
3;; Copyright (C) 1985, 86, 92, 94, 95, 99, 2000, 2001, 2002 3;; Copyright (C) 1985, 86, 92, 94, 95, 99, 2000, 2001, 2002
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF
7;; Keywords: internal
8
6;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
7 10
8;; GNU Emacs is free software; you can redistribute it and/or modify 11;; 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 @@
2 2
3;; Copyright (C) 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1995 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF
5;; Keywords: comm, frames 6;; Keywords: comm, frames
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.