emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118056: * keyboard.c (Qleft, Qright): Remove duplic


From: Paul Eggert
Subject: [Emacs-diffs] trunk r118056: * keyboard.c (Qleft, Qright): Remove duplicate definitions.
Date: Sun, 05 Oct 2014 23:18:36 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118056
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/9927
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2014-10-05 16:18:31 -0700
message:
  * keyboard.c (Qleft, Qright): Remove duplicate definitions.
  
  These were already defined in buffer.c, and the duplicate
  definitions cause problems on platforms like 'gcc -fno-common'.
  Reported by Peter Dyballa in: http://bugs.gnu.org/9927#137
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/keyboard.c                 keyboard.c-20091113204419-o5vbwnq5f7feedwu-449
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-10-05 18:03:42 +0000
+++ b/src/ChangeLog     2014-10-05 23:18:31 +0000
@@ -1,3 +1,10 @@
+2014-10-05  Paul Eggert  <address@hidden>
+
+       * keyboard.c (Qleft, Qright): Remove duplicate definitions (Bug#9927).
+       These were already defined in buffer.c, and the duplicate
+       definitions cause problems on platforms like 'gcc -fno-common'.
+       Reported by Peter Dyballa in: http://bugs.gnu.org/9927#137
+
 2014-10-05  Jan Djärv  <address@hidden>
 
        * nsterm.m (updateFrameSize:): Only call update_frame_tool_bar

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2014-10-01 03:28:16 +0000
+++ b/src/keyboard.c    2014-10-05 23:18:31 +0000
@@ -5217,7 +5217,6 @@
 static Lisp_Object Qabove_handle, Qhandle, Qbelow_handle;
 static Lisp_Object Qbefore_handle, Qhorizontal_handle, Qafter_handle;
 Lisp_Object Qup, Qdown, Qtop, Qbottom;
-Lisp_Object Qleft, Qright;
 static Lisp_Object Qleftmost, Qrightmost;
 static Lisp_Object Qend_scroll;
 static Lisp_Object Qratio;


reply via email to

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