diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2010-11-20 11:07:00 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2010-11-20 11:07:00 +0100 |
commit | b65575536f4b2749b72b04b3031e1231dd5fce73 (patch) | |
tree | aa21ec76540f36808c32c704b55696d03f86e734 /src/xfaces.c | |
parent | e7424f06c93f4017d2a0c2f02d45384414919b1e (diff) | |
download | emacs-b65575536f4b2749b72b04b3031e1231dd5fce73.tar.gz |
* src/xfaces.c (lookup_face): Make static.
* src/dispnew.c (copy_row_except_pointers): Likewise.
* src/syntax.c (dec_bytepos): Likewise.
(inc_bytepos): Remove.
* src/dispextern.h (lookup_face): Remove declaration.
Diffstat (limited to 'src/xfaces.c')
-rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 8ef3c81f1a3..5c7cfe67607 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -4540,7 +4540,7 @@ uncache_face (struct face_cache *c, struct face *face) Value is the ID of the face found. If no suitable face is found, realize a new one. */ -INLINE int +static INLINE int lookup_face (struct frame *f, Lisp_Object *attr) { struct face_cache *cache = FRAME_FACE_CACHE (f); |