aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/prefix-args.c21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/prefix-args.c b/src/prefix-args.c
index d48696ab06b..4f5b620a2f3 100644
--- a/src/prefix-args.c
+++ b/src/prefix-args.c
@@ -1,5 +1,24 @@
1/* prefix-args.c - echo each argument, prefixed by a string. 1/* prefix-args.c - echo each argument, prefixed by a string.
2 Jim Blandy <jimb@occs.cs.oberlin.edu> - September 1992 2 Copyright (C) 1992 Free Software Foundation, Inc.
3
4This file is part of GNU Emacs.
5
6GNU Emacs is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)
9any later version.
10
11GNU Emacs is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */
20
21/* Jim Blandy <jimb@occs.cs.oberlin.edu> - September 1992
3 22
4 When using GCC 2 as the linker in the build process, options 23 When using GCC 2 as the linker in the build process, options
5 intended for the linker need to be prefixed with the "-Xlinker" 24 intended for the linker need to be prefixed with the "-Xlinker"