* coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
This commit is contained in:
parent
8d7c7eed73
commit
c1dbc63c93
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-08-01 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
|
||||
|
||||
2012-08-01 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
|
||||
|
|
|
@ -177,7 +177,6 @@ enum coding_attr_index
|
|||
#define CODING_ATTR_PRE_WRITE(attrs) AREF (attrs, coding_attr_pre_write)
|
||||
#define CODING_ATTR_DEFAULT_CHAR(attrs) AREF (attrs, coding_attr_default_char)
|
||||
#define CODING_ATTR_FOR_UNIBYTE(attrs) AREF (attrs, coding_attr_for_unibyte)
|
||||
#define CODING_ATTR_FLUSHING(attrs) AREF (attrs, coding_attr_flushing)
|
||||
#define CODING_ATTR_PLIST(attrs) AREF (attrs, coding_attr_plist)
|
||||
#define CODING_ATTR_CATEGORY(attrs) AREF (attrs, coding_attr_category)
|
||||
#define CODING_ATTR_SAFE_CHARSETS(attrs)AREF (attrs, coding_attr_safe_charsets)
|
||||
|
|
Loading…
Add table
Reference in a new issue