emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117444: * xfns.c (Qsuppress_icon): Remove; no real


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r117444: * xfns.c (Qsuppress_icon): Remove; no real users.
Date: Sun, 29 Jun 2014 16:12:29 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117444
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Sun 2014-06-29 20:12:08 +0400
message:
  * xfns.c (Qsuppress_icon): Remove; no real users.
  (syms_of_xfns): Don't DEFSYM it.  Remove ancient comments.
  * w32fns.c (Qsuppress_icon): Remove, for the same reason.
  (syms_of_w32fns): Don't DEFSYM it.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/w32fns.c                   w32fns.c-20091113204419-o5vbwnq5f7feedwu-945
  src/xfns.c                     xfns.c-20091113204419-o5vbwnq5f7feedwu-274
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-06-29 00:49:59 +0000
+++ b/src/ChangeLog     2014-06-29 16:12:08 +0000
@@ -1,3 +1,10 @@
+2014-06-29  Dmitry Antipov  <address@hidden>
+
+       * xfns.c (Qsuppress_icon): Remove; no real users.
+       (syms_of_xfns): Don't DEFSYM it.  Remove ancient comments.
+       * w32fns.c (Qsuppress_icon): Remove, for the same reason.
+       (syms_of_w32fns): Don't DEFSYM it.
+
 2014-06-29  Glenn Morris  <address@hidden>
 
        * Makefile.in (ns-app): Mark as PHONY.

=== modified file 'src/w32fns.c'
--- a/src/w32fns.c      2014-06-22 23:12:17 +0000
+++ b/src/w32fns.c      2014-06-29 16:12:08 +0000
@@ -96,7 +96,6 @@
 #define IDC_HAND MAKEINTRESOURCE(32649)
 #endif
 
-Lisp_Object Qsuppress_icon;
 Lisp_Object Qundefined_color;
 Lisp_Object Qcancel_timer;
 Lisp_Object Qfont_param;
@@ -8091,7 +8090,6 @@
 
   w32_visible_system_caret_hwnd = NULL;
 
-  DEFSYM (Qsuppress_icon, "suppress-icon");
   DEFSYM (Qundefined_color, "undefined-color");
   DEFSYM (Qcancel_timer, "cancel-timer");
   DEFSYM (Qhyper, "hyper");
@@ -8106,8 +8104,6 @@
   DEFSYM (Qworkarea, "workarea");
   DEFSYM (Qmm_size, "mm-size");
   DEFSYM (Qframes, "frames");
-  /* This is the end of symbol initialization.  */
-
 
   Fput (Qundefined_color, Qerror_conditions,
        listn (CONSTYPE_PURE, 2, Qundefined_color, Qerror));

=== modified file 'src/xfns.c'
--- a/src/xfns.c        2014-06-22 05:00:14 +0000
+++ b/src/xfns.c        2014-06-29 16:12:08 +0000
@@ -125,7 +125,6 @@
 
 #define MAXREQUEST(dpy) (XMaxRequestSize (dpy))
 
-static Lisp_Object Qsuppress_icon;
 static Lisp_Object Qundefined_color;
 static Lisp_Object Qcompound_text, Qcancel_timer;
 Lisp_Object Qfont_param;
@@ -6137,15 +6136,10 @@
 void
 syms_of_xfns (void)
 {
-  /* The section below is built by the lisp expression at the top of the file,
-     just above where these variables are declared.  */
-  /*&&& init symbols here &&&*/
-  DEFSYM (Qsuppress_icon, "suppress-icon");
   DEFSYM (Qundefined_color, "undefined-color");
   DEFSYM (Qcompound_text, "compound-text");
   DEFSYM (Qcancel_timer, "cancel-timer");
   DEFSYM (Qfont_param, "font-parameter");
-  /* This is the end of symbol initialization.  */
 
   Fput (Qundefined_color, Qerror_conditions,
        listn (CONSTYPE_PURE, 2, Qundefined_color, Qerror));


reply via email to

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