aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorMiles Bader2007-08-13 13:41:28 +0000
committerMiles Bader2007-08-13 13:41:28 +0000
commit37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch)
tree7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /src/lisp.h
parent031b6333283be57d971e557b83da31c6be937b0a (diff)
parent9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff)
downloademacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz
emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h
index d86fdc0e915..c5d9724e96c 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1444,7 +1444,7 @@ typedef unsigned char UCHAR;
1444#define GLYPH_CHAR(f, g) (FAST_GLYPH_CHAR (g)) 1444#define GLYPH_CHAR(f, g) (FAST_GLYPH_CHAR (g))
1445#define GLYPH_FACE(f, g) (FAST_GLYPH_FACE (g)) 1445#define GLYPH_FACE(f, g) (FAST_GLYPH_FACE (g))
1446 1446
1447/* Return 1 iff GLYPH contains valid character code. */ 1447/* Return 1 if GLYPH contains valid character code. */
1448#define GLYPH_CHAR_VALID_P(glyph) CHAR_VALID_P (FAST_GLYPH_CHAR (glyph), 1) 1448#define GLYPH_CHAR_VALID_P(glyph) CHAR_VALID_P (FAST_GLYPH_CHAR (glyph), 1)
1449 1449
1450/* The ID of the mode line highlighting face. */ 1450/* The ID of the mode line highlighting face. */
@@ -1591,7 +1591,7 @@ typedef unsigned char UCHAR;
1591 "dead", which is what we want; this is an argument-checking macro, and 1591 "dead", which is what we want; this is an argument-checking macro, and
1592 the user should never get access to interior windows. 1592 the user should never get access to interior windows.
1593 1593
1594 A window of any sort, leaf or interior, is dead iff the buffer, 1594 A window of any sort, leaf or interior, is dead if the buffer,
1595 vchild, and hchild members are all nil. */ 1595 vchild, and hchild members are all nil. */
1596 1596
1597#define CHECK_LIVE_WINDOW(x) \ 1597#define CHECK_LIVE_WINDOW(x) \