aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/terminfo.c3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 804a71f6c5d..4fd6e1023b0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12008-07-22 Dan Nicolaescu <dann@ics.uci.edu> 12008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * terminfo.c (UP, BC, PC): Undo previous change.
4
3 * nsfns.m: Rename ns prefixed functions/variables to the 5 * nsfns.m: Rename ns prefixed functions/variables to the
4 corresponding x versions. Update references. 6 corresponding x versions. Update references.
5 7
diff --git a/src/terminfo.c b/src/terminfo.c
index 968d338279b..c1e1a36a833 100644
--- a/src/terminfo.c
+++ b/src/terminfo.c
@@ -24,10 +24,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
24 so that we do not need to conditionalize the places in Emacs 24 so that we do not need to conditionalize the places in Emacs
25 that set them. */ 25 that set them. */
26 26
27/* Causes a conflict on OS X 10.3 .*/
28#ifndef NS_IMPL_COCOA
29char *UP, *BC, PC; 27char *UP, *BC, PC;
30#endif
31 28
32/* Interface to curses/terminfo library. 29/* Interface to curses/terminfo library.
33 Turns out that all of the terminfo-level routines look 30 Turns out that all of the terminfo-level routines look