aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-22 22:04:55 +0000
committerRichard M. Stallman1996-03-22 22:04:55 +0000
commit5a7670bf32c040a56989badf3d536e87d72e0eef (patch)
tree08ed592759655eb87de476f42bc40a5b3a136873 /src
parent2be2d71d64bad1e6d0cc3ac3e5e2b4bb1cc2e7b4 (diff)
downloademacs-5a7670bf32c040a56989badf3d536e87d72e0eef.tar.gz
emacs-5a7670bf32c040a56989badf3d536e87d72e0eef.zip
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c3
-rw-r--r--src/emacs.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 73166f9d9d5..1b1a1285612 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */
19 20
20 21
21#include <sys/types.h> 22#include <sys/types.h>
diff --git a/src/emacs.c b/src/emacs.c
index cd212ffa991..687f1abf3e2 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */
19 20
20 21
21#include <signal.h> 22#include <signal.h>