emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109353: * coding.h (CODING_ATTR_FLUS


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109353: * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
Date: Tue, 31 Jul 2012 20:51:44 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109353
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2012-07-31 20:51:44 -0700
message:
  * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
modified:
  src/ChangeLog
  src/coding.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-08-01 02:14:20 +0000
+++ b/src/ChangeLog     2012-08-01 03:51:44 +0000
@@ -1,3 +1,7 @@
+2012-08-01  Paul Eggert  <address@hidden>
+
+       * coding.h (CODING_ATTR_FLUSHING): Remove; unused and wouldn't work.
+
 2012-08-01  Glenn Morris  <address@hidden>
 
        * lisp.h (IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):

=== modified file 'src/coding.h'
--- a/src/coding.h      2012-02-10 18:58:48 +0000
+++ b/src/coding.h      2012-08-01 03:51:44 +0000
@@ -177,7 +177,6 @@
 #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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]