diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-07-22 12:33:13 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-07-22 12:33:13 +0000 |
commit | df2142db9fc6f38c74366c17e02454e15975652a (patch) | |
tree | a9b5b2e50cbd75bdb14168c7d141ae2db1c01581 /src/nsgui.h | |
parent | 365bac35a5ff56d76207a5130c7746b085172cee (diff) | |
download | emacs-df2142db9fc6f38c74366c17e02454e15975652a.tar.gz emacs-df2142db9fc6f38c74366c17e02454e15975652a.tar.bz2 emacs-df2142db9fc6f38c74366c17e02454e15975652a.zip |
NS cleanup: change 'PENDING' to 'FIXME'/'TODO'/'XXX'
Diffstat (limited to 'src/nsgui.h')
-rw-r--r-- | src/nsgui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsgui.h b/src/nsgui.h index 91b2956bf3f..54e336fdf3d 100644 --- a/src/nsgui.h +++ b/src/nsgui.h @@ -78,8 +78,8 @@ typedef unichar XChar2b; #define FACE_DEFAULT (~0) -/* PENDING: xfaces requires these structures, but the question is are we - forced to use them? */ +/* XXX: xfaces requires these structures, but the question is are we + forced to use them? */ typedef struct _XGCValues { #ifdef __OBJC__ |