diff options
| author | Romain Francoise | 2005-10-31 08:36:55 +0000 |
|---|---|---|
| committer | Romain Francoise | 2005-10-31 08:36:55 +0000 |
| commit | edf84ae9cd8b1943a89de83b6406c2d22a538fa7 (patch) | |
| tree | bf37bef53384d75f8f3fa6dbbef572a90013ad66 /src | |
| parent | 3b0596934cb3924898c29a3011c63389c701c3b4 (diff) | |
| download | emacs-edf84ae9cd8b1943a89de83b6406c2d22a538fa7.tar.gz emacs-edf84ae9cd8b1943a89de83b6406c2d22a538fa7.zip | |
* macfns.c: Update copyright year.
* m/gould.h: Likewise.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/m/gould.h | 2 | ||||
| -rw-r--r-- | src/macfns.c | 3 |
3 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1045ee35c63..d5cdd48ad29 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-10-31 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * macfns.c: Update copyright year. | ||
| 4 | * m/gould.h: Likewise. | ||
| 5 | |||
| 1 | 2005-10-30 Kim F. Storm <storm@cua.dk> | 6 | 2005-10-30 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * xdisp.c (display_line): Restore it->current_x and call | 8 | * xdisp.c (display_line): Restore it->current_x and call |
diff --git a/src/m/gould.h b/src/m/gould.h index 3a382ca0c1b..555359caaee 100644 --- a/src/m/gould.h +++ b/src/m/gould.h | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | * RELEASE2_1 in config.h. This may also be necessary with un-updated | 5 | * RELEASE2_1 in config.h. This may also be necessary with un-updated |
| 6 | * official releases of 2.1 | 6 | * official releases of 2.1 |
| 7 | 7 | ||
| 8 | Copyright (C) 1986, 2002 Free Software Foundation, Inc. | 8 | Copyright (C) 1986, 2002, 2005 Free Software Foundation, Inc. |
| 9 | 9 | ||
| 10 | This file is part of GNU Emacs. | 10 | This file is part of GNU Emacs. |
| 11 | 11 | ||
diff --git a/src/macfns.c b/src/macfns.c index 64e20af4a47..9d23f47b5ed 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Graphical user interface functions for Mac OS. | 1 | /* Graphical user interface functions for Mac OS. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||