diff options
| author | Karoly Lorentey | 2005-07-05 22:22:24 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-07-05 22:22:24 +0000 |
| commit | d5dc920668a85c56c4d3e54a6898bbd43bcb64a1 (patch) | |
| tree | 0dd89f6d64f668deafa71912ac0eb27f8f1240e7 /src/coding.h | |
| parent | 41be4f66fd33b17eba3e3ed4b8f8828c77f18517 (diff) | |
| parent | 3ef97fb6a70598253c4f7f293b516f449389ff7e (diff) | |
| download | emacs-d5dc920668a85c56c4d3e54a6898bbd43bcb64a1.tar.gz emacs-d5dc920668a85c56c4d3e54a6898bbd43bcb64a1.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 469)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-469
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-372
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 f363032228d..4081b7f2028 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -17,8 +17,8 @@ GNU General Public License for more details. | |||
| 17 | 17 | ||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs; see the file COPYING. If not, write to | 19 | along with GNU Emacs; see the file COPYING. If not, write to |
| 20 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 21 | Boston, MA 02111-1307, USA. */ | 21 | Boston, MA 02110-1301, USA. */ |
| 22 | 22 | ||
| 23 | #ifndef EMACS_CODING_H | 23 | #ifndef EMACS_CODING_H |
| 24 | #define EMACS_CODING_H | 24 | #define EMACS_CODING_H |