diff options
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> |