diff options
| author | Dan Nicolaescu | 2010-07-29 21:42:38 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-29 21:42:38 -0700 |
| commit | 2c09a58f7e64af426e8484d510dc781e6da3e09d (patch) | |
| tree | 087a41eec39a6c1f9d5ceac0a88eeec95de26054 /src/buffer.c | |
| parent | 6f1c4158bee6cd97c2f88b08232bea0304dc4260 (diff) | |
| download | emacs-2c09a58f7e64af426e8484d510dc781e6da3e09d.tar.gz emacs-2c09a58f7e64af426e8484d510dc781e6da3e09d.zip | |
* src/buffer.c (Qwindow): Do not define, already defined in data.c.
(syms_of_buffer): Do not intern and staticpro Qwindow. (Bug#6760)
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c index 9dd396e6c08..6f41b36b92f 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -162,7 +162,7 @@ Lisp_Object Qget_file_buffer; | |||
| 162 | 162 | ||
| 163 | Lisp_Object Qoverlayp; | 163 | Lisp_Object Qoverlayp; |
| 164 | 164 | ||
| 165 | Lisp_Object Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string; | 165 | Lisp_Object Qpriority, Qevaporate, Qbefore_string, Qafter_string; |
| 166 | 166 | ||
| 167 | Lisp_Object Qmodification_hooks; | 167 | Lisp_Object Qmodification_hooks; |
| 168 | Lisp_Object Qinsert_in_front_hooks; | 168 | Lisp_Object Qinsert_in_front_hooks; |
| @@ -5345,8 +5345,6 @@ syms_of_buffer (void) | |||
| 5345 | staticpro (&Qget_file_buffer); | 5345 | staticpro (&Qget_file_buffer); |
| 5346 | Qpriority = intern_c_string ("priority"); | 5346 | Qpriority = intern_c_string ("priority"); |
| 5347 | staticpro (&Qpriority); | 5347 | staticpro (&Qpriority); |
| 5348 | Qwindow = intern_c_string ("window"); | ||
| 5349 | staticpro (&Qwindow); | ||
| 5350 | Qbefore_string = intern_c_string ("before-string"); | 5348 | Qbefore_string = intern_c_string ("before-string"); |
| 5351 | staticpro (&Qbefore_string); | 5349 | staticpro (&Qbefore_string); |
| 5352 | Qafter_string = intern_c_string ("after-string"); | 5350 | Qafter_string = intern_c_string ("after-string"); |