unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Dmitry Antipov <dmantipov@yandex.ru>
To: emacs-devel@gnu.org
Subject: [PATCH] remove duplicated definition of Qtext
Date: Fri, 11 Nov 2011 13:14:12 +0400	[thread overview]
Message-ID: <4EBCE764.7070702@yandex.ru> (raw)

[-- 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"),


                 reply	other threads:[~2011-11-11  9:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EBCE764.7070702@yandex.ru \
    --to=dmantipov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).