diff options
| author | Miles Bader | 2005-07-07 12:43:14 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-07-07 12:43:14 +0000 |
| commit | d3e4babdd1267fb5690a17949196640a47c6f159 (patch) | |
| tree | 968a42dfa187e492f9ce188aaf669d0cebf4bfe2 /src/coding.h | |
| parent | eeb88b27e1dbd3f412aa684d44e4a784f6e536a2 (diff) | |
| parent | a5717394ea6fbd7ea179c362646f4495f88245cb (diff) | |
| download | emacs-d3e4babdd1267fb5690a17949196640a47c6f159.tar.gz emacs-d3e4babdd1267fb5690a17949196640a47c6f159.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 459-473)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 86-87)
- Update from CVS
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.h b/src/coding.h index c537ef8376c..aab23a2fbf6 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -20,8 +20,8 @@ GNU General Public License for more details. | |||
| 20 | 20 | ||
| 21 | You should have received a copy of the GNU General Public License | 21 | You should have received a copy of the GNU General Public License |
| 22 | along with GNU Emacs; see the file COPYING. If not, write to | 22 | along with GNU Emacs; see the file COPYING. If not, write to |
| 23 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 23 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 24 | Boston, MA 02111-1307, USA. */ | 24 | Boston, MA 02110-1301, USA. */ |
| 25 | 25 | ||
| 26 | #ifndef EMACS_CODING_H | 26 | #ifndef EMACS_CODING_H |
| 27 | #define EMACS_CODING_H | 27 | #define EMACS_CODING_H |