diff options
| author | Paul Eggert | 2012-07-31 20:51:44 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-31 20:51:44 -0700 |
| commit | c1dbc63c93c5702da44ef7e3cc281ac3bb7941ce (patch) | |
| tree | 800fb170efd007c51fdea2f487526c6f58a63625 /src/coding.h | |
| parent | 8d7c7eed737a9e96264bb41772eb92c540ac4c28 (diff) | |
| download | emacs-c1dbc63c93c5702da44ef7e3cc281ac3bb7941ce.tar.gz emacs-c1dbc63c93c5702da44ef7e3cc281ac3bb7941ce.zip | |
* coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 1 |
1 files changed, 0 insertions, 1 deletions
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) |