aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-04-21 03:53:02 +0000
committerRichard M. Stallman1997-04-21 03:53:02 +0000
commitc2383d2de941b20caf6f74f9831b7628b2d3ced4 (patch)
tree63bddd7413dce4e9067bdb1daaef9cd90244b00b
parente73ec6fa92b7cdd3a5432a9e8d3193bd54d5e4a9 (diff)
downloademacs-c2383d2de941b20caf6f74f9831b7628b2d3ced4.tar.gz
emacs-c2383d2de941b20caf6f74f9831b7628b2d3ced4.zip
Comment change.
-rw-r--r--lisp/cus-dep.el17
-rw-r--r--lisp/cus-start.el17
-rw-r--r--lisp/custom.el17
-rw-r--r--lisp/widget.el17
4 files changed, 68 insertions, 0 deletions
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el
index 7d32dacdcb8..67d19055b78 100644
--- a/lisp/cus-dep.el
+++ b/lisp/cus-dep.el
@@ -5,6 +5,23 @@
5;; Author: Per Abrahamsen <abraham@dina.kvl.dk> 5;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
6;; Keywords: internal 6;; Keywords: internal
7 7
8;; This file is part of GNU Emacs.
9
10;; GNU Emacs is free software; you can redistribute it and/or modify
11;; it under the terms of the GNU General Public License as published by
12;; the Free Software Foundation; either version 2, or (at your option)
13;; any later version.
14
15;; GNU Emacs is distributed in the hope that it will be useful,
16;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18;; GNU General Public License for more details.
19
20;; You should have received a copy of the GNU General Public License
21;; along with GNU Emacs; see the file COPYING. If not, write to the
22;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23;; Boston, MA 02111-1307, USA.
24
8;;; Code: 25;;; Code:
9 26
10(require 'cl) 27(require 'cl)
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 6076e4b9aa1..48af1c0d8d4 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -5,6 +5,23 @@
5;; Author: Per Abrahamsen <abraham@dina.kvl.dk> 5;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
6;; Keywords: internal 6;; Keywords: internal
7 7
8;; This file is part of GNU Emacs.
9
10;; GNU Emacs is free software; you can redistribute it and/or modify
11;; it under the terms of the GNU General Public License as published by
12;; the Free Software Foundation; either version 2, or (at your option)
13;; any later version.
14
15;; GNU Emacs is distributed in the hope that it will be useful,
16;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18;; GNU General Public License for more details.
19
20;; You should have received a copy of the GNU General Public License
21;; along with GNU Emacs; see the file COPYING. If not, write to the
22;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23;; Boston, MA 02111-1307, USA.
24
8;;; Commentary: 25;;; Commentary:
9;; 26;;
10;; Must be run before the user has changed the value of any options! 27;; Must be run before the user has changed the value of any options!
diff --git a/lisp/custom.el b/lisp/custom.el
index e4ac4e58aa4..3b77cc23305 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -7,6 +7,23 @@
7;; Version: 1.84 7;; Version: 1.84
8;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ 8;; X-URL: http://www.dina.kvl.dk/~abraham/custom/
9 9
10;; This file is part of GNU Emacs.
11
12;; GNU Emacs is free software; you can redistribute it and/or modify
13;; it under the terms of the GNU General Public License as published by
14;; the Free Software Foundation; either version 2, or (at your option)
15;; any later version.
16
17;; GNU Emacs is distributed in the hope that it will be useful,
18;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20;; GNU General Public License for more details.
21
22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs; see the file COPYING. If not, write to the
24;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25;; Boston, MA 02111-1307, USA.
26
10;;; Commentary: 27;;; Commentary:
11;; 28;;
12;; If you want to use this code, please visit the URL above. 29;; If you want to use this code, please visit the URL above.
diff --git a/lisp/widget.el b/lisp/widget.el
index 7acd239578b..e4ee2ffd584 100644
--- a/lisp/widget.el
+++ b/lisp/widget.el
@@ -7,6 +7,23 @@
7;; Version: 1.84 7;; Version: 1.84
8;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ 8;; X-URL: http://www.dina.kvl.dk/~abraham/custom/
9 9
10;; This file is part of GNU Emacs.
11
12;; GNU Emacs is free software; you can redistribute it and/or modify
13;; it under the terms of the GNU General Public License as published by
14;; the Free Software Foundation; either version 2, or (at your option)
15;; any later version.
16
17;; GNU Emacs is distributed in the hope that it will be useful,
18;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20;; GNU General Public License for more details.
21
22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs; see the file COPYING. If not, write to the
24;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25;; Boston, MA 02111-1307, USA.
26
10;;; Commentary: 27;;; Commentary:
11;; 28;;
12;; If you want to use this code, please visit the URL above. 29;; If you want to use this code, please visit the URL above.