diff options
| author | Richard M. Stallman | 1996-03-22 22:04:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-22 22:04:55 +0000 |
| commit | 5a7670bf32c040a56989badf3d536e87d72e0eef (patch) | |
| tree | 08ed592759655eb87de476f42bc40a5b3a136873 /src | |
| parent | 2be2d71d64bad1e6d0cc3ac3e5e2b4bb1cc2e7b4 (diff) | |
| download | emacs-5a7670bf32c040a56989badf3d536e87d72e0eef.tar.gz emacs-5a7670bf32c040a56989badf3d536e87d72e0eef.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 3 | ||||
| -rw-r--r-- | src/emacs.c | 3 |
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 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, 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 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 19 | 20 | ||
| 20 | 21 | ||
| 21 | #include <signal.h> | 22 | #include <signal.h> |