diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/coding.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 31c88c745ab..6c4e57e6905 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-08-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work. | ||
| 4 | |||
| 1 | 2012-08-01 Glenn Morris <rgm@gnu.org> | 5 | 2012-08-01 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP): | 7 | * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP): |
diff --git a/src/coding.h b/src/coding.h index 50435282229..2987f19607b 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -177,7 +177,6 @@ enum coding_attr_index | |||
| 177 | #define CODING_ATTR_PRE_WRITE(attrs) AREF (attrs, coding_attr_pre_write) | 177 | #define CODING_ATTR_PRE_WRITE(attrs) AREF (attrs, coding_attr_pre_write) |
| 178 | #define CODING_ATTR_DEFAULT_CHAR(attrs) AREF (attrs, coding_attr_default_char) | 178 | #define CODING_ATTR_DEFAULT_CHAR(attrs) AREF (attrs, coding_attr_default_char) |
| 179 | #define CODING_ATTR_FOR_UNIBYTE(attrs) AREF (attrs, coding_attr_for_unibyte) | 179 | #define CODING_ATTR_FOR_UNIBYTE(attrs) AREF (attrs, coding_attr_for_unibyte) |
| 180 | #define CODING_ATTR_FLUSHING(attrs) AREF (attrs, coding_attr_flushing) | ||
| 181 | #define CODING_ATTR_PLIST(attrs) AREF (attrs, coding_attr_plist) | 180 | #define CODING_ATTR_PLIST(attrs) AREF (attrs, coding_attr_plist) |
| 182 | #define CODING_ATTR_CATEGORY(attrs) AREF (attrs, coding_attr_category) | 181 | #define CODING_ATTR_CATEGORY(attrs) AREF (attrs, coding_attr_category) |
| 183 | #define CODING_ATTR_SAFE_CHARSETS(attrs)AREF (attrs, coding_attr_safe_charsets) | 182 | #define CODING_ATTR_SAFE_CHARSETS(attrs)AREF (attrs, coding_attr_safe_charsets) |