emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 112460d: ; fix indenting


From: Paul Eggert
Subject: [Emacs-diffs] master 112460d: ; fix indenting
Date: Tue, 27 Dec 2016 23:29:02 +0000 (UTC)

branch: master
commit 112460da705c2a6716d7b6bc72501de0a3757259
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; fix indenting
    
    Problem reported by Chris Gregory in:
    http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00968.html
    * src/keyboard.c (read_event_from_main_queue): Fix indenting.
---
 src/keyboard.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index f2ee313..15c7f5f 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2162,9 +2162,9 @@ read_event_from_main_queue (struct timespec *end_time,
       if (CONSP (last))
         {
           while (CONSP (XCDR (last)))
-       last = XCDR (last);
+           last = XCDR (last);
           if (!NILP (XCDR (last)))
-       emacs_abort ();
+           emacs_abort ();
         }
       if (!CONSP (last))
         kset_kbd_queue (kb, list1 (c));



reply via email to

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