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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Sun, 23 Sep 2007 02:02:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/23 02:02:42

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.915
retrieving revision 1.916
diff -u -b -r1.915 -r1.916
--- keyboard.c  21 Sep 2007 17:10:47 -0000      1.915
+++ keyboard.c  23 Sep 2007 02:02:42 -0000      1.916
@@ -108,8 +108,6 @@
 #define KBD_BUFFER_SIZE 4096
 #endif /* No X-windows */
 
-#define abs(x)         ((x) >= 0 ? (x) : -(x))
-
 /* Following definition copied from eval.c */
 
 struct backtrace




reply via email to

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