mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
* src/buffer.c (Qwindow): Do not define, already defined in data.c.
(syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
This commit is contained in:
parent
6f1c4158be
commit
2c09a58f7e
2 changed files with 6 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2010-07-30 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* buffer.c (Qwindow): Do not define, already defined in data.c.
|
||||
(syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
|
||||
|
||||
2010-07-29 Chad Brown <yandros@mit.edu>
|
||||
|
||||
Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@ Lisp_Object Qget_file_buffer;
|
|||
|
||||
Lisp_Object Qoverlayp;
|
||||
|
||||
Lisp_Object Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string;
|
||||
Lisp_Object Qpriority, Qevaporate, Qbefore_string, Qafter_string;
|
||||
|
||||
Lisp_Object Qmodification_hooks;
|
||||
Lisp_Object Qinsert_in_front_hooks;
|
||||
|
|
@ -5345,8 +5345,6 @@ syms_of_buffer (void)
|
|||
staticpro (&Qget_file_buffer);
|
||||
Qpriority = intern_c_string ("priority");
|
||||
staticpro (&Qpriority);
|
||||
Qwindow = intern_c_string ("window");
|
||||
staticpro (&Qwindow);
|
||||
Qbefore_string = intern_c_string ("before-string");
|
||||
staticpro (&Qbefore_string);
|
||||
Qafter_string = intern_c_string ("after-string");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue