* xdisp.c (syms_of_xdisp): Remove duplicated definition of Qtext.
This commit is contained in:
parent
659afedebb
commit
22a648b4d6
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
@ -27974,7 +27974,6 @@ syms_of_xdisp (void)
|
|||
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"),
|
||||
|
|
Loading…
Add table
Reference in a new issue