aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2012-08-08 08:53:52 -0700
committerGlenn Morris2012-08-08 08:53:52 -0700
commit08bb53058a69d78e0127bff5ca51db7ed8cb3f61 (patch)
treea1ec02a85ae056715f03942cf4c7acf354c8413c /src
parentf8c1afd5e19908d9c66e45277025109598ee5a18 (diff)
downloademacs-08bb53058a69d78e0127bff5ca51db7ed8cb3f61.tar.gz
emacs-08bb53058a69d78e0127bff5ca51db7ed8cb3f61.zip
Tiny comment updates
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
-rw-r--r--src/systty.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 633cf4c4a37..bf4125f055b 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -392,7 +392,7 @@ int interrupt_input;
392/* Nonzero while interrupts are temporarily deferred during redisplay. */ 392/* Nonzero while interrupts are temporarily deferred during redisplay. */
393int interrupts_deferred; 393int interrupts_deferred;
394 394
395/* Allow m- file to inhibit use of FIONREAD. */ 395/* Allow configure to inhibit use of FIONREAD. */
396#ifdef BROKEN_FIONREAD 396#ifdef BROKEN_FIONREAD
397#undef FIONREAD 397#undef FIONREAD
398#endif 398#endif
diff --git a/src/systty.h b/src/systty.h
index a258635ac09..ae98f123f2a 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -41,7 +41,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
41 41
42/* Special cases - inhibiting the use of certain features. */ 42/* Special cases - inhibiting the use of certain features. */
43 43
44/* Allow m- file to inhibit use of FIONREAD. */ 44/* Allow configure to inhibit use of FIONREAD. */
45#ifdef BROKEN_FIONREAD 45#ifdef BROKEN_FIONREAD
46#undef FIONREAD 46#undef FIONREAD
47#undef ASYNC 47#undef ASYNC