diff options
| author | Miles Bader | 2006-03-28 23:08:20 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-03-28 23:08:20 +0000 |
| commit | 1ef7e5599f5aa981399221e657ff34e80cc2c1a3 (patch) | |
| tree | 539ff4cf9ea84af29a4e8628d049f3a4253a51f4 /src/term.c | |
| parent | 33bd75ec5fb277e58731c8cbbb942cba4d9a9f19 (diff) | |
| parent | 29314e0fd78063d663bd272787d0ea81cc61e38e (diff) | |
| download | emacs-1ef7e5599f5aa981399221e657ff34e80cc2c1a3.tar.gz emacs-1ef7e5599f5aa981399221e657ff34e80cc2c1a3.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 164-184)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: man/mh-e.texi (Folders): Various edits.
- Update from erc--emacs--0
* gnus--rel--5.10 (patch 62-70)
- Merge from emacs--devo--0
- Update from CVS
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c index 9f360b70baf..48942a46671 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -1654,6 +1654,12 @@ term_get_fkeys_1 () | |||
| 1654 | Character Display Information | 1654 | Character Display Information |
| 1655 | ***********************************************************************/ | 1655 | ***********************************************************************/ |
| 1656 | 1656 | ||
| 1657 | /* Avoid name clash with functions defined in xterm.c */ | ||
| 1658 | #ifdef static | ||
| 1659 | #define append_glyph append_glyph_term | ||
| 1660 | #define produce_stretch_glyph produce_stretch_glyph_term | ||
| 1661 | #endif | ||
| 1662 | |||
| 1657 | static void append_glyph P_ ((struct it *)); | 1663 | static void append_glyph P_ ((struct it *)); |
| 1658 | static void produce_stretch_glyph P_ ((struct it *)); | 1664 | static void produce_stretch_glyph P_ ((struct it *)); |
| 1659 | 1665 | ||