emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/keyboard.c,v [EMACS_22_BASE]


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v [EMACS_22_BASE]
Date: Fri, 14 Sep 2007 06:21:11 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Jan Djärv <jhd>        07/09/14 06:21:11

Index: keyboard.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.c,v
retrieving revision 1.899.2.5
retrieving revision 1.899.2.6
diff -u -b -r1.899.2.5 -r1.899.2.6
--- keyboard.c  2 Sep 2007 16:59:00 -0000       1.899.2.5
+++ keyboard.c  14 Sep 2007 06:21:10 -0000      1.899.2.6
@@ -112,6 +112,7 @@
 #define KBD_BUFFER_SIZE 4096
 #endif /* No X-windows */
 
+#undef abs
 #define abs(x)         ((x) >= 0 ? (x) : -(x))
 
 /* Following definition copied from eval.c */




reply via email to

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