unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] remove duplicated definition of Qtext
@ 2011-11-11  9:14 Dmitry Antipov
  0 siblings, 0 replies; only message in thread
From: Dmitry Antipov @ 2011-11-11  9:14 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: remove_dup_Qtext.patch --]
[-- Type: text/plain, Size: 764 bytes --]

=== modified file 'src/ChangeLog'
--- src/ChangeLog	2011-11-11 08:09:40 +0000
+++ src/ChangeLog	2011-11-11 09:12:07 +0000
@@ -1,3 +1,8 @@
+2011-11-11  Dmitry Antipov <dmantipov@yandex.ru>
+
+	* xdisp.c (syms_of_xdisp): Remove duplicated definition
+	of Qtext.
+
 2011-11-11  Kenichi Handa  <handa@m17n.org>
 
 	* callproc.c (Fcall_process): Set the member dst_multibyte of

=== modified file 'src/xdisp.c'
--- src/xdisp.c	2011-11-11 07:08:47 +0000
+++ src/xdisp.c	2011-11-11 09:10:42 +0000
@@ -27974,7 +27974,6 @@
   DEFSYM (Qhollow, "hollow");
   DEFSYM (Qhand, "hand");
   DEFSYM (Qarrow, "arrow");
-  DEFSYM (Qtext, "text");
   DEFSYM (Qinhibit_free_realized_faces, "inhibit-free-realized-faces");
 
   list_of_error = Fcons (Fcons (intern_c_string ("error"),


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-11  9:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-11  9:14 [PATCH] remove duplicated definition of Qtext Dmitry Antipov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).