diff options
Diffstat (limited to 'src')
219 files changed, 317 insertions, 260 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1b382cb5a53..57dcaa4af6e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -10,20 +10,44 @@ | |||
| 10 | (syms_of_composite): Declare Lisp variable | 10 | (syms_of_composite): Declare Lisp variable |
| 11 | "auto-composition-mode" here. | 11 | "auto-composition-mode" here. |
| 12 | 12 | ||
| 13 | 2010-01-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 14 | |||
| 15 | * xterm.c (x_term_init): Avoid garbage-collecting the new terminal | ||
| 16 | during call to vendor-specific-keysyms (Bug#5365). | ||
| 17 | |||
| 18 | 2010-01-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 19 | |||
| 20 | * keyboard.c (input_available_signal) [SYNC_INPUT]: | ||
| 21 | Call SIGNAL_THREAD_CHECK (Bug#5333). | ||
| 22 | |||
| 23 | * atimer.c (alarm_signal_handler) [!SYNC_INPUT]: | ||
| 24 | Call SIGNAL_THREAD_CHECK. | ||
| 25 | |||
| 26 | 2010-01-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 27 | |||
| 28 | Try to fix bug#5314. This is probably not the final word, tho. | ||
| 29 | * buffer.c (Fset_buffer_modified_p): Try and be careful not to modify | ||
| 30 | recent-auto-save-p as a side-effect. | ||
| 31 | * buffer.h (BUF_AUTOSAVE_MODIFF): New macro. | ||
| 32 | * buffer.c (Fkill_buffer, reset_buffer): | ||
| 33 | * editfns.c (Fsubst_char_in_region): | ||
| 34 | * fileio.c (Finsert_file_contents, Fdo_auto_save) | ||
| 35 | (Fset_buffer_auto_saved, Frecent_auto_save_p): Use it. | ||
| 36 | |||
| 13 | 2010-01-13 Kenichi Handa <handa@m17n.org> | 37 | 2010-01-13 Kenichi Handa <handa@m17n.org> |
| 14 | 38 | ||
| 15 | Display buffer name, etc. in mode line by composing correctly. | 39 | Display buffer name, etc. in mode line by composing correctly. |
| 16 | 40 | ||
| 17 | * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if | 41 | * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if |
| 18 | STRING is not nil. | 42 | STRING is not nil. |
| 19 | (display_mode_element): Adjusted for the change of | 43 | (display_mode_element): Adjust for the change of |
| 20 | decode_mode_spec and display_line. | 44 | decode_mode_spec and display_line. |
| 21 | (decode_mode_spec): Change arg MULTIBYTE to STRING. | 45 | (decode_mode_spec): Change arg MULTIBYTE to STRING. |
| 22 | (display_string): Handle the case that STRING is non-null and | 46 | (display_string): Handle the case that STRING is non-null and |
| 23 | LISP_STRING is not nil. | 47 | LISP_STRING is not nil. |
| 24 | 48 | ||
| 25 | * xterm.c (x_draw_composite_glyph_string_foreground): Pay | 49 | * xterm.c (x_draw_composite_glyph_string_foreground): |
| 26 | attention to s->face->overstrike. | 50 | Pay attention to s->face->overstrike. |
| 27 | 51 | ||
| 28 | * composite.c (composition_reseat_it): Don't check PT if STRING is | 52 | * composite.c (composition_reseat_it): Don't check PT if STRING is |
| 29 | non nil. | 53 | non nil. |
| @@ -137,8 +161,8 @@ | |||
| 137 | (x_set_window_size): ... to here. bug #2568. | 161 | (x_set_window_size): ... to here. bug #2568. |
| 138 | 162 | ||
| 139 | * gtkutil.c (xg_clear_under_internal_border): New function. | 163 | * gtkutil.c (xg_clear_under_internal_border): New function. |
| 140 | (xg_frame_resized, xg_frame_set_char_size): Call | 164 | (xg_frame_resized, xg_frame_set_char_size): |
| 141 | xg_clear_under_internal_border. | 165 | Call xg_clear_under_internal_border. |
| 142 | (xg_update_scrollbar_pos): Clear under old scroll bar position. | 166 | (xg_update_scrollbar_pos): Clear under old scroll bar position. |
| 143 | 167 | ||
| 144 | 2010-01-05 Chong Yidong <cyd@stupidchicken.com> | 168 | 2010-01-05 Chong Yidong <cyd@stupidchicken.com> |
| @@ -262,8 +286,8 @@ | |||
| 262 | and atimer.h. | 286 | and atimer.h. |
| 263 | (minibuf.o): Depend on systime.h and coding.h. Don't depend on | 287 | (minibuf.o): Depend on systime.h and coding.h. Don't depend on |
| 264 | dispextern.h explicitly. | 288 | dispextern.h explicitly. |
| 265 | (print.o): Depend on termhooks.h, coding.h, and ccl.h. Don't | 289 | (print.o): Depend on termhooks.h, coding.h, and ccl.h. |
| 266 | depend explicitly on dispextern.h and composite.h. | 290 | Don't depend explicitly on dispextern.h and composite.h. |
| 267 | (process.o): Depend on character.h, xgselect.h, and sysselect.h. | 291 | (process.o): Depend on character.h, xgselect.h, and sysselect.h. |
| 268 | (regex.o): Don't depend on charset.h. | 292 | (regex.o): Don't depend on charset.h. |
| 269 | (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h. | 293 | (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h. |
| @@ -442,8 +466,8 @@ | |||
| 442 | 466 | ||
| 443 | 2009-12-04 Eli Zaretskii <eliz@gnu.org> | 467 | 2009-12-04 Eli Zaretskii <eliz@gnu.org> |
| 444 | 468 | ||
| 445 | * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete | 469 | * dispextern.h (enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: |
| 446 | unused enumeration value. | 470 | Delete unused enumeration value. |
| 447 | 471 | ||
| 448 | 2009-12-03 Eli Zaretskii <eliz@gnu.org> | 472 | 2009-12-03 Eli Zaretskii <eliz@gnu.org> |
| 449 | 473 | ||
| @@ -574,8 +598,8 @@ | |||
| 574 | 598 | ||
| 575 | 2009-11-21 Andreas Schwab <schwab@linux-m68k.org> | 599 | 2009-11-21 Andreas Schwab <schwab@linux-m68k.org> |
| 576 | 600 | ||
| 577 | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | 601 | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): |
| 578 | ignored second argument. All callers changed. | 602 | Remove ignored second argument. All callers changed. |
| 579 | * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR) | 603 | * regex.c (STRING_CHAR, STRING_CHAR_AND_LENGTH, RE_STRING_CHAR) |
| 580 | (RE_STRING_CHAR_AND_LENGTH): Likewise. | 604 | (RE_STRING_CHAR_AND_LENGTH): Likewise. |
| 581 | * xdisp.c (string_char_and_length): Likewise. | 605 | * xdisp.c (string_char_and_length): Likewise. |
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1 index 7211d4a6cea..921123f236a 100644 --- a/src/ChangeLog.1 +++ b/src/ChangeLog.1 | |||
| @@ -3522,7 +3522,7 @@ | |||
| 3522 | while minibuffer is selected. | 3522 | while minibuffer is selected. |
| 3523 | 3523 | ||
| 3524 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3524 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3525 | 2008, 2009 Free Software Foundation, Inc. | 3525 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3526 | 3526 | ||
| 3527 | This file is part of GNU Emacs. | 3527 | This file is part of GNU Emacs. |
| 3528 | 3528 | ||
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 5303a3fa8c8..d4d99a80a18 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -27917,7 +27917,7 @@ See ChangeLog.9 for earlier changes. | |||
| 27917 | ;; End: | 27917 | ;; End: |
| 27918 | 27918 | ||
| 27919 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 27919 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 27920 | 2008, 2009 Free Software Foundation, Inc. | 27920 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 27921 | 27921 | ||
| 27922 | This file is part of GNU Emacs. | 27922 | This file is part of GNU Emacs. |
| 27923 | 27923 | ||
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2 index 743ff9b08b1..265cc95e60d 100644 --- a/src/ChangeLog.2 +++ b/src/ChangeLog.2 | |||
| @@ -4772,7 +4772,7 @@ | |||
| 4772 | See ChangeLog.1 for earlier changes. | 4772 | See ChangeLog.1 for earlier changes. |
| 4773 | 4773 | ||
| 4774 | Copyright (C) 1986, 1987, 1988, 2001, 2002, 2003, 2004, 2005, 2006, | 4774 | Copyright (C) 1986, 1987, 1988, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4775 | 2007, 2008, 2009 Free Software Foundation, Inc. | 4775 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4776 | 4776 | ||
| 4777 | This file is part of GNU Emacs. | 4777 | This file is part of GNU Emacs. |
| 4778 | 4778 | ||
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index 7d3b5428623..cf5dbd53697 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -16507,7 +16507,7 @@ See ChangeLog.2 for earlier changes. | |||
| 16507 | ;; coding: utf-8 | 16507 | ;; coding: utf-8 |
| 16508 | ;; End: | 16508 | ;; End: |
| 16509 | 16509 | ||
| 16510 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 16510 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 16511 | Free Software Foundation, Inc. | 16511 | Free Software Foundation, Inc. |
| 16512 | 16512 | ||
| 16513 | This file is part of GNU Emacs. | 16513 | This file is part of GNU Emacs. |
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4 index 34ac118ecad..7e5728fbbcd 100644 --- a/src/ChangeLog.4 +++ b/src/ChangeLog.4 | |||
| @@ -6907,7 +6907,7 @@ See ChangeLog.3 for earlier changes. | |||
| 6907 | ;; coding: utf-8 | 6907 | ;; coding: utf-8 |
| 6908 | ;; End: | 6908 | ;; End: |
| 6909 | 6909 | ||
| 6910 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 6910 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 6911 | Free Software Foundation, Inc. | 6911 | Free Software Foundation, Inc. |
| 6912 | 6912 | ||
| 6913 | This file is part of GNU Emacs. | 6913 | This file is part of GNU Emacs. |
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5 index 2e3f668884e..d30bd1bdb00 100644 --- a/src/ChangeLog.5 +++ b/src/ChangeLog.5 | |||
| @@ -7148,7 +7148,7 @@ See ChangeLog.4 for earlier changes. | |||
| 7148 | ;; coding: utf-8 | 7148 | ;; coding: utf-8 |
| 7149 | ;; End: | 7149 | ;; End: |
| 7150 | 7150 | ||
| 7151 | Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 7151 | Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 7152 | Free Software Foundation, Inc. | 7152 | Free Software Foundation, Inc. |
| 7153 | 7153 | ||
| 7154 | This file is part of GNU Emacs. | 7154 | This file is part of GNU Emacs. |
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index c555ec29719..6c7d04a531e 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 | |||
| @@ -5354,7 +5354,7 @@ | |||
| 5354 | 5354 | ||
| 5355 | See ChangeLog.5 for earlier changes. | 5355 | See ChangeLog.5 for earlier changes. |
| 5356 | 5356 | ||
| 5357 | Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 5357 | Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 5358 | Free Software Foundation, Inc. | 5358 | Free Software Foundation, Inc. |
| 5359 | 5359 | ||
| 5360 | This file is part of GNU Emacs. | 5360 | This file is part of GNU Emacs. |
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 7cb75ed2e2f..30ac527215f 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -11092,7 +11092,7 @@ See ChangeLog.6 for earlier changes. | |||
| 11092 | ;; coding: utf-8 | 11092 | ;; coding: utf-8 |
| 11093 | ;; End: | 11093 | ;; End: |
| 11094 | 11094 | ||
| 11095 | Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 11095 | Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 11096 | Free Software Foundation, Inc. | 11096 | Free Software Foundation, Inc. |
| 11097 | 11097 | ||
| 11098 | This file is part of GNU Emacs. | 11098 | This file is part of GNU Emacs. |
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 79d8c7721f8..fcdf3b9bf34 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -13983,7 +13983,7 @@ | |||
| 13983 | 13983 | ||
| 13984 | See ChangeLog.7 for earlier changes. | 13984 | See ChangeLog.7 for earlier changes. |
| 13985 | 13985 | ||
| 13986 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 13986 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 13987 | Free Software Foundation, Inc. | 13987 | Free Software Foundation, Inc. |
| 13988 | 13988 | ||
| 13989 | This file is part of GNU Emacs. | 13989 | This file is part of GNU Emacs. |
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9 index 123b1611f56..e4bf486aaff 100644 --- a/src/ChangeLog.9 +++ b/src/ChangeLog.9 | |||
| @@ -13294,7 +13294,7 @@ See ChangeLog.8 for earlier changes. | |||
| 13294 | ;; coding: utf-8 | 13294 | ;; coding: utf-8 |
| 13295 | ;; End: | 13295 | ;; End: |
| 13296 | 13296 | ||
| 13297 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 13297 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 13298 | Free Software Foundation, Inc. | 13298 | Free Software Foundation, Inc. |
| 13299 | 13299 | ||
| 13300 | This file is part of GNU Emacs. | 13300 | This file is part of GNU Emacs. |
diff --git a/src/Makefile.in b/src/Makefile.in index 1e956ae826b..1fd3a3ffe85 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Makefile for GNU Emacs. | 1 | # Makefile for GNU Emacs. |
| 2 | # Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002, | 2 | # Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002, |
| 3 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | # Free Software Foundation, Inc. | 4 | # Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
diff --git a/src/README b/src/README index 0b9a8c88d9b..679fc961e53 100644 --- a/src/README +++ b/src/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 2 | Free Software Foundation, Inc. | 2 | Free Software Foundation, Inc. |
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
diff --git a/src/alloc.c b/src/alloc.c index 91df9c5718d..3c48f8762f8 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Storage allocation and gc for GNU Emacs Lisp interpreter. | 1 | /* Storage allocation and gc for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, 1998, 1999, | 2 | Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, 1998, 1999, |
| 3 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/atimer.c b/src/atimer.c index 308d4688d7b..432e2590dad 100644 --- a/src/atimer.c +++ b/src/atimer.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Asynchronous timers. | 1 | /* Asynchronous timers. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -410,6 +410,10 @@ SIGTYPE | |||
| 410 | alarm_signal_handler (signo) | 410 | alarm_signal_handler (signo) |
| 411 | int signo; | 411 | int signo; |
| 412 | { | 412 | { |
| 413 | #ifndef SYNC_INPUT | ||
| 414 | SIGNAL_THREAD_CHECK (signo); | ||
| 415 | #endif | ||
| 416 | |||
| 413 | pending_atimers = 1; | 417 | pending_atimers = 1; |
| 414 | #ifdef SYNC_INPUT | 418 | #ifdef SYNC_INPUT |
| 415 | pending_signals = 1; | 419 | pending_signals = 1; |
diff --git a/src/atimer.h b/src/atimer.h index 1bafaf8a292..5ea1197e66d 100644 --- a/src/atimer.h +++ b/src/atimer.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Asynchronous timers. | 1 | /* Asynchronous timers. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/blockinput.h b/src/blockinput.h index 4b1270110d6..890adcbcd86 100644 --- a/src/blockinput.h +++ b/src/blockinput.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* blockinput.h - interface to blocking complicated interrupt-driven input. | 1 | /* blockinput.h - interface to blocking complicated interrupt-driven input. |
| 2 | Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/buffer.c b/src/buffer.c index 8657fd8cdff..1880581c0a1 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Buffer manipulation primitives for GNU Emacs. | 1 | /* Buffer manipulation primitives for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, |
| 3 | 1995, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | 1995, 1997, 1998, 1999, 2000, 2001, 2002, |
| 4 | 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 4 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 5 | Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| @@ -704,7 +704,7 @@ reset_buffer (b) | |||
| 704 | b->clip_changed = 0; | 704 | b->clip_changed = 0; |
| 705 | b->prevent_redisplay_optimizations_p = 1; | 705 | b->prevent_redisplay_optimizations_p = 1; |
| 706 | b->backed_up = Qnil; | 706 | b->backed_up = Qnil; |
| 707 | b->auto_save_modified = 0; | 707 | BUF_AUTOSAVE_MODIFF (b) = 0; |
| 708 | b->auto_save_failure_time = -1; | 708 | b->auto_save_failure_time = -1; |
| 709 | b->auto_save_file_name = Qnil; | 709 | b->auto_save_file_name = Qnil; |
| 710 | b->read_only = Qnil; | 710 | b->read_only = Qnil; |
| @@ -1132,7 +1132,25 @@ A non-nil FLAG means mark the buffer modified. */) | |||
| 1132 | } | 1132 | } |
| 1133 | #endif /* CLASH_DETECTION */ | 1133 | #endif /* CLASH_DETECTION */ |
| 1134 | 1134 | ||
| 1135 | SAVE_MODIFF = NILP (flag) ? MODIFF : 0; | 1135 | /* Here we have a problem. SAVE_MODIFF is used here to encode |
| 1136 | buffer-modified-p (as SAVE_MODIFF<MODIFF) as well as | ||
| 1137 | recent-auto-save-p (as SAVE_MODIFF<auto_save_modified). So if we | ||
| 1138 | modify SAVE_MODIFF to affect one, we may affect the other | ||
| 1139 | as well. | ||
| 1140 | E.g. if FLAG is nil we need to set SAVE_MODIFF to MODIFF, but | ||
| 1141 | if SAVE_MODIFF<auto_save_modified that means we risk changing | ||
| 1142 | recent-auto-save-p from t to nil. | ||
| 1143 | Vice versa, if FLAG is non-nil and SAVE_MODIFF>=auto_save_modified | ||
| 1144 | we risk changing recent-auto-save-p from nil to t. */ | ||
| 1145 | SAVE_MODIFF = (NILP (flag) | ||
| 1146 | /* FIXME: This unavoidably sets recent-auto-save-p to nil. */ | ||
| 1147 | ? MODIFF | ||
| 1148 | /* Let's try to preserve recent-auto-save-p. */ | ||
| 1149 | : SAVE_MODIFF < MODIFF ? SAVE_MODIFF | ||
| 1150 | /* If SAVE_MODIFF == auto_save_modified == MODIFF, | ||
| 1151 | we can either decrease SAVE_MODIFF and auto_save_modified | ||
| 1152 | or increase MODIFF. */ | ||
| 1153 | : MODIFF++); | ||
| 1136 | 1154 | ||
| 1137 | /* Set update_mode_lines only if buffer is displayed in some window. | 1155 | /* Set update_mode_lines only if buffer is displayed in some window. |
| 1138 | Packages like jit-lock or lazy-lock preserve a buffer's modified | 1156 | Packages like jit-lock or lazy-lock preserve a buffer's modified |
| @@ -1541,8 +1559,8 @@ with SIGHUP. */) | |||
| 1541 | /* Delete any auto-save file, if we saved it in this session. | 1559 | /* Delete any auto-save file, if we saved it in this session. |
| 1542 | But not if the buffer is modified. */ | 1560 | But not if the buffer is modified. */ |
| 1543 | if (STRINGP (b->auto_save_file_name) | 1561 | if (STRINGP (b->auto_save_file_name) |
| 1544 | && b->auto_save_modified != 0 | 1562 | && BUF_AUTOSAVE_MODIFF (b) != 0 |
| 1545 | && BUF_SAVE_MODIFF (b) < b->auto_save_modified | 1563 | && BUF_SAVE_MODIFF (b) < BUF_AUTOSAVE_MODIFF (b) |
| 1546 | && BUF_SAVE_MODIFF (b) < BUF_MODIFF (b) | 1564 | && BUF_SAVE_MODIFF (b) < BUF_MODIFF (b) |
| 1547 | && NILP (Fsymbol_value (intern ("auto-save-visited-file-name")))) | 1565 | && NILP (Fsymbol_value (intern ("auto-save-visited-file-name")))) |
| 1548 | { | 1566 | { |
diff --git a/src/buffer.h b/src/buffer.h index 9f57a292053..5217c6d7298 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Header file for the buffer manipulation primitives. | 1 | /* Header file for the buffer manipulation primitives. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| @@ -158,6 +158,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 158 | /* Overlay modification count. */ | 158 | /* Overlay modification count. */ |
| 159 | #define BUF_OVERLAY_MODIFF(buf) ((buf)->text->overlay_modiff) | 159 | #define BUF_OVERLAY_MODIFF(buf) ((buf)->text->overlay_modiff) |
| 160 | 160 | ||
| 161 | /* Modification count as of last auto-save. */ | ||
| 162 | /* FIXME: should we move this into ->text->auto_save_modiff? */ | ||
| 163 | #define BUF_AUTOSAVE_MODIFF(buf) ((buf)->auto_save_modified) | ||
| 164 | |||
| 161 | /* Interval tree of buffer. */ | 165 | /* Interval tree of buffer. */ |
| 162 | #define BUF_INTERVALS(buf) ((buf)->text->intervals) | 166 | #define BUF_INTERVALS(buf) ((buf)->text->intervals) |
| 163 | 167 | ||
diff --git a/src/bytecode.c b/src/bytecode.c index 2768ed81f99..31df65fd303 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Execution of byte code produced by bytecomp.el. | 1 | /* Execution of byte code produced by bytecomp.el. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/callint.c b/src/callint.c index 371dd55dec9..2c6ab983de2 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Call a Lisp function interactively. | 1 | /* Call a Lisp function interactively. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 2000, 2001, 2002, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 2000, 2001, 2002, |
| 3 | 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/callproc.c b/src/callproc.c index b1918b9cd5e..bed3302e508 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Synchronous subprocess invocation for GNU Emacs. | 1 | /* Synchronous subprocess invocation for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/casefiddle.c b/src/casefiddle.c index 9963c1e90c5..30bb457b17d 100644 --- a/src/casefiddle.c +++ b/src/casefiddle.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* GNU Emacs case conversion functions. | 1 | /* GNU Emacs case conversion functions. |
| 2 | Copyright (C) 1985, 1994, 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1994, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/casetab.c b/src/casetab.c index ca8979bdb3c..e0a9ec49157 100644 --- a/src/casetab.c +++ b/src/casetab.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* GNU Emacs routines to deal with case tables. | 1 | /* GNU Emacs routines to deal with case tables. |
| 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Howard Gayle | 5 | Author: Howard Gayle |
| 6 | 6 | ||
diff --git a/src/category.c b/src/category.c index 702bcee9ce5..b56d62b6b80 100644 --- a/src/category.c +++ b/src/category.c | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* GNU Emacs routines to deal with category tables. | 1 | /* GNU Emacs routines to deal with category tables. |
| 2 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007, 2008, 2009 | 5 | 2005, 2006, 2007, 2008, 2009, 2010 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | Copyright (C) 2003 | 8 | Copyright (C) 2003 |
diff --git a/src/category.h b/src/category.h index f2224d88131..b0fca6c7155 100644 --- a/src/category.h +++ b/src/category.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Declarations having to do with Emacs category tables. | 1 | /* Declarations having to do with Emacs category tables. |
| 2 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 | 3 | 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H14PRO021 | 5 | Registration Number H14PRO021 |
| 6 | Copyright (C) 2003 | 6 | Copyright (C) 2003 |
| @@ -1,8 +1,8 @@ | |||
| 1 | /* CCL (Code Conversion Language) interpreter. | 1 | /* CCL (Code Conversion Language) interpreter. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007, 2008, 2009 | 5 | 2005, 2006, 2007, 2008, 2009, 2010 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | Copyright (C) 2003 | 8 | Copyright (C) 2003 |
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Header for CCL (Code Conversion Language) interpreter. | 1 | /* Header for CCL (Code Conversion Language) interpreter. |
| 2 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 | 3 | 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H14PRO021 | 5 | Registration Number H14PRO021 |
| 6 | Copyright (C) 2003 | 6 | Copyright (C) 2003 |
diff --git a/src/character.c b/src/character.c index 396a9c2728d..583602fccb7 100644 --- a/src/character.c +++ b/src/character.c | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | /* Basic character support. | 1 | /* Basic character support. |
| 2 | Copyright (C) 1995, 1997, 1998, 2001 Electrotechnical Laboratory, JAPAN. | 2 | Copyright (C) 1995, 1997, 1998, 2001 Electrotechnical Laboratory, JAPAN. |
| 3 | Licensed to the Free Software Foundation. | 3 | Licensed to the Free Software Foundation. |
| 4 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 4 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 5 | Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 6 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 6 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 7 | National Institute of Advanced Industrial Science and Technology (AIST) | 7 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | Registration Number H13PRO009 | 8 | Registration Number H13PRO009 |
| 9 | 9 | ||
diff --git a/src/character.h b/src/character.h index 77c1d8cded2..2d75c9113fb 100644 --- a/src/character.h +++ b/src/character.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Header for multibyte character handler. | 1 | /* Header for multibyte character handler. |
| 2 | Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN. | 2 | Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN. |
| 3 | Licensed to the Free Software Foundation. | 3 | Licensed to the Free Software Foundation. |
| 4 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 4 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 5 | National Institute of Advanced Industrial Science and Technology (AIST) | 5 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | Registration Number H13PRO009 | 6 | Registration Number H13PRO009 |
| 7 | 7 | ||
diff --git a/src/charset.c b/src/charset.c index 32d5fc52c7a..0f6bb4f0906 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* Basic character set support. | 1 | /* Basic character set support. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007, 2008, 2009 | 5 | 2005, 2006, 2007, 2008, 2009, 2010 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/src/charset.h b/src/charset.h index 857dc657dac..718859929df 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* Header for charset handler. | 1 | /* Header for charset handler. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007, 2008, 2009 | 5 | 2005, 2006, 2007, 2008, 2009, 2010 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | 8 | ||
diff --git a/src/chartab.c b/src/chartab.c index 79906c38fd7..2b547184b21 100644 --- a/src/chartab.c +++ b/src/chartab.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* chartab.c -- char-table support | 1 | /* chartab.c -- char-table support |
| 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | National Institute of Advanced Industrial Science and Technology (AIST) | 3 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | Registration Number H13PRO009 | 4 | Registration Number H13PRO009 |
| 5 | 5 | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Cursor motion subroutines for GNU Emacs. | 1 | /* Cursor motion subroutines for GNU Emacs. |
| 2 | Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | based primarily on public domain code written by Chris Torek | 4 | based primarily on public domain code written by Chris Torek |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Cursor motion calculation definitions for GNU Emacs | 1 | /* Cursor motion calculation definitions for GNU Emacs |
| 2 | Copyright (C) 1985, 1989, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1989, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/cmds.c b/src/cmds.c index eb8b2c27d00..fd337f378bb 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Simple built-in editing commands. | 1 | /* Simple built-in editing commands. |
| 2 | Copyright (C) 1985, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, | 2 | Copyright (C) 1985, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, |
| 3 | 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/coding.c b/src/coding.c index a161f5a34cd..6b63d1f1a42 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* Coding system handler (conversion, detection, etc). | 1 | /* Coding system handler (conversion, detection, etc). |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007, 2008, 2009 | 5 | 2005, 2006, 2007, 2008, 2009, 2010 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | Copyright (C) 2003 | 8 | Copyright (C) 2003 |
diff --git a/src/coding.h b/src/coding.h index ca8878f1cbb..f47c33847f9 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* Header for coding system handler. | 1 | /* Header for coding system handler. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007, 2008, 2009 | 5 | 2005, 2006, 2007, 2008, 2009, 2010 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | Copyright (C) 2003 | 8 | Copyright (C) 2003 |
diff --git a/src/commands.h b/src/commands.h index d5d88b804f4..52136428eee 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions needed by most editing commands. | 1 | /* Definitions needed by most editing commands. |
| 2 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/composite.c b/src/composite.c index 3c2bf409eed..632c9f90d12 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Composite sequence support. | 1 | /* Composite sequence support. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 4 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 5 | National Institute of Advanced Industrial Science and Technology (AIST) | 5 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | Registration Number H14PRO021 | 6 | Registration Number H14PRO021 |
| 7 | Copyright (C) 2003, 2006 | 7 | Copyright (C) 2003, 2006 |
diff --git a/src/composite.h b/src/composite.h index 642869cf7e5..59c237c8de2 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Header for composite sequence handler. | 1 | /* Header for composite sequence handler. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 4 | Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 5 | National Institute of Advanced Industrial Science and Technology (AIST) | 5 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | Registration Number H14PRO021 | 6 | Registration Number H14PRO021 |
| 7 | Copyright (C) 2003, 2006 | 7 | Copyright (C) 2003, 2006 |
diff --git a/src/config.in b/src/config.in index e7e1c9d0868..fca6ac89dff 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | /* GNU Emacs site configuration template file. | 3 | /* GNU Emacs site configuration template file. |
| 4 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, | 4 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, |
| 5 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 5 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/src/data.c b/src/data.c index 0f47556fe45..e405ca6af9e 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter. | 1 | /* Primitive operations on Lisp data types for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, 1998, 1999, 2000, | 2 | Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, 1998, 1999, 2000, |
| 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/dbusbind.c b/src/dbusbind.c index 974a01e8ead..5cad182b525 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Elisp bindings for D-Bus. | 1 | /* Elisp bindings for D-Bus. |
| 2 | Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/dired.c b/src/dired.c index 630693fe634..951969be0a4 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Lisp functions for making directory listings. | 1 | /* Lisp functions for making directory listings. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/dispextern.h b/src/dispextern.h index f28cae6d8b3..7efcc0ca83f 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Interface definitions for display code. | 1 | /* Interface definitions for display code. |
| 2 | Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, | 2 | Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, |
| 3 | 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/dispnew.c b/src/dispnew.c index 3ed5469c063..d32ce48cce6 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Updating of data structures for redisplay. | 1 | /* Updating of data structures for redisplay. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, |
| 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/disptab.h b/src/disptab.h index 3241ad92f9c..e0f603346df 100644 --- a/src/disptab.h +++ b/src/disptab.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Things for GLYPHS and glyph tables. | 1 | /* Things for GLYPHS and glyph tables. |
| 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Record indices of function doc strings stored in a file. | 1 | /* Record indices of function doc strings stored in a file. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/doprnt.c b/src/doprnt.c index 7b089a941f8..cf8a9280863 100644 --- a/src/doprnt.c +++ b/src/doprnt.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | Also takes args differently: pass one pointer to an array of strings | 2 | Also takes args differently: pass one pointer to an array of strings |
| 3 | in addition to the format string which is separate. | 3 | in addition to the format string which is separate. |
| 4 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 4 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 5 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 5 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/src/dosfns.c b/src/dosfns.c index 30daed3077a..d04c28b3156 100644 --- a/src/dosfns.c +++ b/src/dosfns.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* MS-DOS specific Lisp utilities. Coded by Manabu Higashida, 1991. | 1 | /* MS-DOS specific Lisp utilities. Coded by Manabu Higashida, 1991. |
| 2 | Major changes May-July 1993 Morten Welinder (only 10% original code left) | 2 | Major changes May-July 1993 Morten Welinder (only 10% original code left) |
| 3 | Copyright (C) 1991, 1993, 1996, 1997, 1998, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1991, 1993, 1996, 1997, 1998, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/dosfns.h b/src/dosfns.h index 97a84648e56..1759ffd8a90 100644 --- a/src/dosfns.h +++ b/src/dosfns.h | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | Modified by Morten Welinder, 1993-1994. | 3 | Modified by Morten Welinder, 1993-1994. |
| 4 | 4 | ||
| 5 | Copyright (C) 1991, 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, | 5 | Copyright (C) 1991, 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, |
| 6 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 6 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 9 | 9 | ||
diff --git a/src/ecrt0.c b/src/ecrt0.c index be7e59b1a10..7dbbd6c5ef1 100644 --- a/src/ecrt0.c +++ b/src/ecrt0.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* C code startup routine. | 1 | /* C code startup routine. |
| 2 | Copyright (C) 1985, 1986, 1992, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1992, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/editfns.c b/src/editfns.c index 58e13b1ed7c..00ac0ca0fa9 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Lisp functions pertaining to editing. | 1 | /* Lisp functions pertaining to editing. |
| 2 | Copyright (C) 1985, 1986, 1987, 1989, 1993, 1994, 1995, 1996, | 2 | Copyright (C) 1985, 1986, 1987, 1989, 1993, 1994, 1995, 1996, |
| 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -2870,8 +2870,8 @@ Both characters must have the same length of multi-byte form. */) | |||
| 2870 | { | 2870 | { |
| 2871 | if (MODIFF - 1 == SAVE_MODIFF) | 2871 | if (MODIFF - 1 == SAVE_MODIFF) |
| 2872 | SAVE_MODIFF++; | 2872 | SAVE_MODIFF++; |
| 2873 | if (MODIFF - 1 == current_buffer->auto_save_modified) | 2873 | if (MODIFF - 1 == BUF_AUTOSAVE_MODIFF (current_buffer)) |
| 2874 | current_buffer->auto_save_modified++; | 2874 | BUF_AUTOSAVE_MODIFF (current_buffer)++; |
| 2875 | } | 2875 | } |
| 2876 | 2876 | ||
| 2877 | /* The before-change-function may have moved the gap | 2877 | /* The before-change-function may have moved the gap |
diff --git a/src/emacs-icon.h b/src/emacs-icon.h index 0bd216e99ef..42c7d80bbe0 100644 --- a/src/emacs-icon.h +++ b/src/emacs-icon.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | /* Emacs icon | 2 | /* Emacs icon |
| 3 | 3 | ||
| 4 | Copyright (C) 2008, 2009 Free Software Foundation, Inc. | 4 | Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> | 6 | Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp> |
| 7 | 7 | ||
diff --git a/src/emacs.c b/src/emacs.c index dc19c13e8a8..2f73e8b837a 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -157,7 +157,7 @@ void *malloc_state_ptr; | |||
| 157 | extern void *malloc_get_state (); | 157 | extern void *malloc_get_state (); |
| 158 | /* From glibc, a routine that overwrites the malloc internal state. */ | 158 | /* From glibc, a routine that overwrites the malloc internal state. */ |
| 159 | extern int malloc_set_state (); | 159 | extern int malloc_set_state (); |
| 160 | /* Non-zero if the MALLOC_CHECK_ enviroment variable was set while | 160 | /* Non-zero if the MALLOC_CHECK_ environment variable was set while |
| 161 | dumping. Used to work around a bug in glibc's malloc. */ | 161 | dumping. Used to work around a bug in glibc's malloc. */ |
| 162 | int malloc_using_checking; | 162 | int malloc_using_checking; |
| 163 | #endif | 163 | #endif |
diff --git a/src/epaths.in b/src/epaths.in index 36dff8643db..0795d196cf7 100644 --- a/src/epaths.in +++ b/src/epaths.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Hey Emacs, this is -*- C -*- code! */ | 1 | /* Hey Emacs, this is -*- C -*- code! */ |
| 2 | /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, | 2 | /* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/eval.c b/src/eval.c index 0198fb7c131..6609d3b5c8a 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Evaluator for GNU Emacs Lisp interpreter. | 1 | /* Evaluator for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/fileio.c b/src/fileio.c index b815c38956e..d6cb814641b 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* File IO for GNU Emacs. | 1 | /* File IO for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, |
| 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -4097,7 +4097,7 @@ variable `last-coding-system-used' to the coding system actually used. */) | |||
| 4097 | } | 4097 | } |
| 4098 | 4098 | ||
| 4099 | SAVE_MODIFF = MODIFF; | 4099 | SAVE_MODIFF = MODIFF; |
| 4100 | current_buffer->auto_save_modified = MODIFF; | 4100 | BUF_AUTOSAVE_MODIFF (current_buffer) = MODIFF; |
| 4101 | XSETFASTINT (current_buffer->save_length, Z - BEG); | 4101 | XSETFASTINT (current_buffer->save_length, Z - BEG); |
| 4102 | #ifdef CLASH_DETECTION | 4102 | #ifdef CLASH_DETECTION |
| 4103 | if (NILP (handler)) | 4103 | if (NILP (handler)) |
| @@ -5307,7 +5307,7 @@ A non-nil CURRENT-ONLY argument means save only current buffer. */) | |||
| 5307 | and file changed since last real save. */ | 5307 | and file changed since last real save. */ |
| 5308 | if (STRINGP (b->auto_save_file_name) | 5308 | if (STRINGP (b->auto_save_file_name) |
| 5309 | && BUF_SAVE_MODIFF (b) < BUF_MODIFF (b) | 5309 | && BUF_SAVE_MODIFF (b) < BUF_MODIFF (b) |
| 5310 | && b->auto_save_modified < BUF_MODIFF (b) | 5310 | && BUF_AUTOSAVE_MODIFF (b) < BUF_MODIFF (b) |
| 5311 | /* -1 means we've turned off autosaving for a while--see below. */ | 5311 | /* -1 means we've turned off autosaving for a while--see below. */ |
| 5312 | && XINT (b->save_length) >= 0 | 5312 | && XINT (b->save_length) >= 0 |
| 5313 | && (do_handled_files | 5313 | && (do_handled_files |
| @@ -5349,7 +5349,7 @@ A non-nil CURRENT-ONLY argument means save only current buffer. */) | |||
| 5349 | message1 ("Auto-saving..."); | 5349 | message1 ("Auto-saving..."); |
| 5350 | internal_condition_case (auto_save_1, Qt, auto_save_error); | 5350 | internal_condition_case (auto_save_1, Qt, auto_save_error); |
| 5351 | auto_saved++; | 5351 | auto_saved++; |
| 5352 | b->auto_save_modified = BUF_MODIFF (b); | 5352 | BUF_AUTOSAVE_MODIFF (b) = BUF_MODIFF (b); |
| 5353 | XSETFASTINT (current_buffer->save_length, Z - BEG); | 5353 | XSETFASTINT (current_buffer->save_length, Z - BEG); |
| 5354 | set_buffer_internal (old); | 5354 | set_buffer_internal (old); |
| 5355 | 5355 | ||
| @@ -5394,7 +5394,9 @@ DEFUN ("set-buffer-auto-saved", Fset_buffer_auto_saved, | |||
| 5394 | No auto-save file will be written until the buffer changes again. */) | 5394 | No auto-save file will be written until the buffer changes again. */) |
| 5395 | () | 5395 | () |
| 5396 | { | 5396 | { |
| 5397 | current_buffer->auto_save_modified = MODIFF; | 5397 | /* FIXME: This should not be called in indirect buffers, since |
| 5398 | they're not autosaved. */ | ||
| 5399 | BUF_AUTOSAVE_MODIFF (current_buffer) = MODIFF; | ||
| 5398 | XSETFASTINT (current_buffer->save_length, Z - BEG); | 5400 | XSETFASTINT (current_buffer->save_length, Z - BEG); |
| 5399 | current_buffer->auto_save_failure_time = -1; | 5401 | current_buffer->auto_save_failure_time = -1; |
| 5400 | return Qnil; | 5402 | return Qnil; |
| @@ -5417,7 +5419,9 @@ in the visited file. If the buffer has no visited file, | |||
| 5417 | then any auto-save counts as "recent". */) | 5419 | then any auto-save counts as "recent". */) |
| 5418 | () | 5420 | () |
| 5419 | { | 5421 | { |
| 5420 | return (SAVE_MODIFF < current_buffer->auto_save_modified) ? Qt : Qnil; | 5422 | /* FIXME: maybe we should return nil for indirect buffers since |
| 5423 | they're never autosaved. */ | ||
| 5424 | return (SAVE_MODIFF < BUF_AUTOSAVE_MODIFF (current_buffer) ? Qt : Qnil); | ||
| 5421 | } | 5425 | } |
| 5422 | 5426 | ||
| 5423 | /* Reading and completing file names */ | 5427 | /* Reading and completing file names */ |
diff --git a/src/filelock.c b/src/filelock.c index bed0057dcbd..3c92d495060 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Lock files for editing. | 1 | /* Lock files for editing. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1996, 1998, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1996, 1998, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/filemode.c b/src/filemode.c index 94765cbac52..4a11d2a3115 100644 --- a/src/filemode.c +++ b/src/filemode.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* filemode.c -- make a string describing file modes | 1 | /* filemode.c -- make a string describing file modes |
| 2 | Copyright (C) 1985, 1990, 1993, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1990, 1993, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/src/firstfile.c b/src/firstfile.c index 62583e5e68e..45e4fe22421 100644 --- a/src/firstfile.c +++ b/src/firstfile.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Mark beginning of data space to dump as pure, for GNU Emacs. | 1 | /* Mark beginning of data space to dump as pure, for GNU Emacs. |
| 2 | Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/floatfns.c b/src/floatfns.c index 5aaf5f7badb..97d9ec00aae 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Primitive operations on floating point for GNU Emacs Lisp interpreter. | 1 | /* Primitive operations on floating point for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1988, 1993, 1994, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1988, 1993, 1994, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Wolfgang Rupprecht | 5 | Author: Wolfgang Rupprecht |
| 6 | (according to ack.texi) | 6 | (according to ack.texi) |
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Random utility Lisp functions. | 1 | /* Random utility Lisp functions. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, |
| 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/font.c b/src/font.c index 2141fe651c3..557f1fbcddc 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* font.c -- "Font" primitives. | 1 | /* font.c -- "Font" primitives. |
| 2 | Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | Copyright (C) 2006, 2007, 2008, 2009 | 3 | Copyright (C) 2006, 2007, 2008, 2009, 2010 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H13PRO009 | 5 | Registration Number H13PRO009 |
| 6 | 6 | ||
diff --git a/src/font.h b/src/font.h index 798676d546e..952ea269495 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* font.h -- Interface definition for font handling. | 1 | /* font.h -- Interface definition for font handling. |
| 2 | Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | Copyright (C) 2006, 2007, 2008, 2009 | 3 | Copyright (C) 2006, 2007, 2008, 2009, 2010 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H13PRO009 | 5 | Registration Number H13PRO009 |
| 6 | 6 | ||
diff --git a/src/fontset.c b/src/fontset.c index b62c779be70..e4fd9d72780 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* Fontset handler. | 1 | /* Fontset handler. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007, 2008, 2009 | 5 | 2005, 2006, 2007, 2008, 2009, 2010 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | Copyright (C) 2003, 2006 | 8 | Copyright (C) 2003, 2006 |
diff --git a/src/fontset.h b/src/fontset.h index 667e3193a28..78bdfaaaca0 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* Header for fontset handler. | 1 | /* Header for fontset handler. |
| 2 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 4 | Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 5 | 2005, 2006, 2007, 2008, 2009 | 5 | 2005, 2006, 2007, 2008, 2009, 2010 |
| 6 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | Registration Number H14PRO021 | 7 | Registration Number H14PRO021 |
| 8 | Copyright (C) 2003, 2006 | 8 | Copyright (C) 2003, 2006 |
diff --git a/src/frame.c b/src/frame.c index 618acf68b6b..631cc6b06b3 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Generic frame functions. | 1 | /* Generic frame functions. |
| 2 | Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/frame.h b/src/frame.h index 0386d7b4c84..58c59954f15 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Define frame-object for GNU Emacs. | 1 | /* Define frame-object for GNU Emacs. |
| 2 | Copyright (C) 1993, 1994, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/fringe.c b/src/fringe.c index febb7a53011..952e95a5517 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Fringe handling (split from xdisp.c). | 1 | /* Fringe handling (split from xdisp.c). |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1997, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1997, |
| 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/ftfont.c b/src/ftfont.c index 4ebc4be9cf0..492d03bb8bf 100644 --- a/src/ftfont.c +++ b/src/ftfont.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* ftfont.c -- FreeType font driver. | 1 | /* ftfont.c -- FreeType font driver. |
| 2 | Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | Copyright (C) 2006, 2007, 2008, 2009 | 3 | Copyright (C) 2006, 2007, 2008, 2009, 2010 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H13PRO009 | 5 | Registration Number H13PRO009 |
| 6 | 6 | ||
diff --git a/src/ftfont.h b/src/ftfont.h index 58cceff63fa..7ad9b8a008c 100644 --- a/src/ftfont.h +++ b/src/ftfont.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* ftfont.h -- Interface definition for Freetype font backend. | 1 | /* ftfont.h -- Interface definition for Freetype font backend. |
| 2 | Copyright (C) 2007, 2008, 2009 | 2 | Copyright (C) 2007, 2008, 2009, 2010 |
| 3 | National Institute of Advanced Industrial Science and Technology (AIST) | 3 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | Registration Number H13PRO009 | 4 | Registration Number H13PRO009 |
| 5 | 5 | ||
diff --git a/src/ftxfont.c b/src/ftxfont.c index 1f97a94e94f..847522a2f9c 100644 --- a/src/ftxfont.c +++ b/src/ftxfont.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* ftxfont.c -- FreeType font driver on X (without using XFT). | 1 | /* ftxfont.c -- FreeType font driver on X (without using XFT). |
| 2 | Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | Copyright (C) 2006, 2007, 2008, 2009 | 3 | Copyright (C) 2006, 2007, 2008, 2009, 2010 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H13PRO009 | 5 | Registration Number H13PRO009 |
| 6 | 6 | ||
diff --git a/src/getpagesize.h b/src/getpagesize.h index fbfb302615f..2ec51ab3719 100644 --- a/src/getpagesize.h +++ b/src/getpagesize.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Emulate getpagesize on systems that lack it. | 1 | /* Emulate getpagesize on systems that lack it. |
| 2 | Copyright (C) 1986, 1992, 1995, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1986, 1992, 1995, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/gtkutil.c b/src/gtkutil.c index 1dab467a0ac..a42c07aef5d 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Functions for creating and updating GTK widgets. | 1 | /* Functions for creating and updating GTK widgets. |
| 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/gtkutil.h b/src/gtkutil.h index f70a60581c2..602228f97be 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Definitions and headers for GTK widgets. | 1 | /* Definitions and headers for GTK widgets. |
| 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/image.c b/src/image.c index 8cd8355acb7..9c11f466807 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Functions for image support on window system. | 1 | /* Functions for image support on window system. |
| 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/indent.c b/src/indent.c index 9aed10b0356..a7f41f7e8e4 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Indentation functions. | 1 | /* Indentation functions. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1998, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1998, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/indent.h b/src/indent.h index e8e0508b937..4d9dbf2d7ff 100644 --- a/src/indent.h +++ b/src/indent.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions for interface to indent.c | 1 | /* Definitions for interface to indent.c |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/insdel.c b/src/insdel.c index 91c5e05d629..ededd597b0d 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Buffer insertion/deletion and gap motion for GNU Emacs. | 1 | /* Buffer insertion/deletion and gap motion for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/intervals.c b/src/intervals.c index bb6023337f2..9836f763489 100644 --- a/src/intervals.c +++ b/src/intervals.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Code for doing intervals. | 1 | /* Code for doing intervals. |
| 2 | Copyright (C) 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 1995, 1997, 1998, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/intervals.h b/src/intervals.h index 59832c9664f..5d1132e11ba 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions and global variables for intervals. | 1 | /* Definitions and global variables for intervals. |
| 2 | Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/keyboard.c b/src/keyboard.c index 3b57c6e470f..1e331d078ce 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Keyboard and mouse input; editor command loop. | 1 | /* Keyboard and mouse input; editor command loop. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, |
| 3 | 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -7513,11 +7513,11 @@ input_available_signal (signo) | |||
| 7513 | signal (signo, input_available_signal); | 7513 | signal (signo, input_available_signal); |
| 7514 | #endif /* USG */ | 7514 | #endif /* USG */ |
| 7515 | 7515 | ||
| 7516 | SIGNAL_THREAD_CHECK (signo); | ||
| 7517 | |||
| 7516 | #ifdef SYNC_INPUT | 7518 | #ifdef SYNC_INPUT |
| 7517 | interrupt_input_pending = 1; | 7519 | interrupt_input_pending = 1; |
| 7518 | pending_signals = 1; | 7520 | pending_signals = 1; |
| 7519 | #else | ||
| 7520 | SIGNAL_THREAD_CHECK (signo); | ||
| 7521 | #endif | 7521 | #endif |
| 7522 | 7522 | ||
| 7523 | if (input_available_clear_time) | 7523 | if (input_available_clear_time) |
diff --git a/src/keyboard.h b/src/keyboard.h index b23cc13c64d..27fc0e5eb6a 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Declarations useful when processing input. | 1 | /* Declarations useful when processing input. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/keymap.c b/src/keymap.c index c439e6c7e89..17666c7efcc 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Manipulation of keymaps | 1 | /* Manipulation of keymaps |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, |
| 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/keymap.h b/src/keymap.h index b722d8714f7..ed9bf7f192c 100644 --- a/src/keymap.h +++ b/src/keymap.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Functions to manipulate keymaps. | 1 | /* Functions to manipulate keymaps. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/lastfile.c b/src/lastfile.c index 8adca0c5677..f2d46b15ddb 100644 --- a/src/lastfile.c +++ b/src/lastfile.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Mark end of data space to dump as pure, for GNU Emacs. | 1 | /* Mark end of data space to dump as pure, for GNU Emacs. |
| 2 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/lisp.h b/src/lisp.h index 3bdecc51033..5ea0303976d 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. | 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2000, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2000, |
| 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/lread.c b/src/lread.c index 50d2702639e..db425b82299 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Lisp parsing and input streams. | 1 | /* Lisp parsing and input streams. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, |
| 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/m/alpha.h b/src/m/alpha.h index 9425a8bb9e8..26cdb807452 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Machine description file for the alpha chip. | 1 | /* Machine description file for the alpha chip. |
| 2 | Copyright (C) 1994, 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1994, 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Rainer Schoepf | 5 | Author: Rainer Schoepf |
| 6 | (according to authors.el) | 6 | (according to authors.el) |
diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h index d29ae850ae9..4bea30d12de 100644 --- a/src/m/amdx86-64.h +++ b/src/m/amdx86-64.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* machine description file for AMD x86-64. | 1 | /* machine description file for AMD x86-64. |
| 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/m/arm.h b/src/m/arm.h index ee1a0478f9f..ad3e701d276 100644 --- a/src/m/arm.h +++ b/src/m/arm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Machine description file for ARM-based non-RISCiX machines. | 1 | /* Machine description file for ARM-based non-RISCiX machines. |
| 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/hp800.h b/src/m/hp800.h index fc9ef61f725..5614141fe63 100644 --- a/src/m/hp800.h +++ b/src/m/hp800.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for hp9000 series 800 machines. | 1 | /* machine description file for hp9000 series 800 machines. |
| 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/ia64.h b/src/m/ia64.h index 0a8f51598f4..188697b7e89 100644 --- a/src/m/ia64.h +++ b/src/m/ia64.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for the IA-64 architecture. | 1 | /* machine description file for the IA-64 architecture. |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | Contributed by David Mosberger <davidm@hpl.hp.com> | 4 | Contributed by David Mosberger <davidm@hpl.hp.com> |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 500b4c51784..757db149ed2 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* R2 AIX machine/system dependent defines | 1 | /* R2 AIX machine/system dependent defines |
| 2 | Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/ibms390.h b/src/m/ibms390.h index c27f4347b68..794ab869511 100644 --- a/src/m/ibms390.h +++ b/src/m/ibms390.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file template. | 1 | /* machine description file template. |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h index a90d89fb279..9429e4282bf 100644 --- a/src/m/ibms390x.h +++ b/src/m/ibms390x.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* machine description file for IBM S390 in 64-bit mode | 1 | /* machine description file for IBM S390 in 64-bit mode |
| 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/m/intel386.h b/src/m/intel386.h index 7c19a3e0d4b..8b3c5fff064 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Machine description file for intel 386. | 1 | /* Machine description file for intel 386. |
| 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index e9d235bf0c7..7c0ff78a069 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for Iris-4D machines. Use with s/irix*.h. | 1 | /* machine description file for Iris-4D machines. Use with s/irix*.h. |
| 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/m68k.h b/src/m/m68k.h index f511747ae0d..b844f12fd6f 100644 --- a/src/m/m68k.h +++ b/src/m/m68k.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Machine description file for generic Motorola 68k. | 1 | /* Machine description file for generic Motorola 68k. |
| 2 | Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/macppc.h b/src/m/macppc.h index 28350ff47f9..150fc356518 100644 --- a/src/m/macppc.h +++ b/src/m/macppc.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file For the powerpc Macintosh. | 1 | /* machine description file For the powerpc Macintosh. |
| 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/mips.h b/src/m/mips.h index d7ca85dbd47..2b47dba25fa 100644 --- a/src/m/mips.h +++ b/src/m/mips.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* m- file for Mips machines. | 1 | /* m- file for Mips machines. |
| 2 | Copyright (C) 1987, 1992, 1999, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1987, 1992, 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/sparc.h b/src/m/sparc.h index ef7c4e710bb..3eeb87a2b0e 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for Sun 4 SPARC. | 1 | /* machine description file for Sun 4 SPARC. |
| 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/template.h b/src/m/template.h index 13c863edd3e..6e0dbb79844 100644 --- a/src/m/template.h +++ b/src/m/template.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file template. | 1 | /* machine description file template. |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/m/vax.h b/src/m/vax.h index bc75de56ece..fa6cc1b5977 100644 --- a/src/m/vax.h +++ b/src/m/vax.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* machine description file for vax. | 1 | /* machine description file for vax. |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/macros.c b/src/macros.c index f070df0ad34..62aeb0fa635 100644 --- a/src/macros.c +++ b/src/macros.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Keyboard macros. | 1 | /* Keyboard macros. |
| 2 | Copyright (C) 1985, 1986, 1993, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1993, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/macros.h b/src/macros.h index bd76abebd5a..00b7b5ba421 100644 --- a/src/macros.h +++ b/src/macros.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions for keyboard macro interpretation in GNU Emacs. | 1 | /* Definitions for keyboard macro interpretation in GNU Emacs. |
| 2 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 8a65baf4c26..156eddd6092 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | # 2008, 2009 Free Software Foundation, Inc. | 3 | # 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/marker.c b/src/marker.c index fd2b8b91087..b3381f9c369 100644 --- a/src/marker.c +++ b/src/marker.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Markers: examining, setting and deleting. | 1 | /* Markers: examining, setting and deleting. |
| 2 | Copyright (C) 1985, 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1985, 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/mem-limits.h b/src/mem-limits.h index bf57b555c6f..d811968b13f 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Includes for memory limit warnings. | 1 | /* Includes for memory limit warnings. |
| 2 | Copyright (C) 1990, 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1990, 1993, 1994, 1995, 1996, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/menu.c b/src/menu.c index 8d53cfc166f..ad6054d7192 100644 --- a/src/menu.c +++ b/src/menu.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Platform-independent code for terminal communications. | 1 | /* Platform-independent code for terminal communications. |
| 2 | Copyright (C) 1986, 1988, 1993, 1994, 1996, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1986, 1988, 1993, 1994, 1996, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/menu.h b/src/menu.h index 08c70c84705..5f3c3d24e22 100644 --- a/src/menu.h +++ b/src/menu.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Functions to manipulate menus. | 1 | /* Functions to manipulate menus. |
| 2 | Copyright (C) 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/minibuf.c b/src/minibuf.c index 7af5c3e1b41..ad81bfdd0b4 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Minibuffer input and completion. | 1 | /* Minibuffer input and completion. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 3 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | 2008, 2009 Free Software Foundation, Inc. | 4 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/msdos.c b/src/msdos.c index b6820b50f2c..a413184f966 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* MS-DOS specific C utilities. -*- coding: raw-text -*- | 1 | /* MS-DOS specific C utilities. -*- coding: raw-text -*- |
| 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, | 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, |
| 3 | 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/msdos.h b/src/msdos.h index bca52fa56af..bf44d3a9aa4 100644 --- a/src/msdos.h +++ b/src/msdos.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* MS-DOS specific C utilities, interface. | 1 | /* MS-DOS specific C utilities, interface. |
| 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/nsfns.m b/src/nsfns.m index 08564c7216c..9fdcaa47c8c 100644 --- a/src/nsfns.m +++ b/src/nsfns.m | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Functions for the NeXT/Open/GNUstep and MacOSX window system. | 1 | /* Functions for the NeXT/Open/GNUstep and MacOSX window system. |
| 2 | Copyright (C) 1989, 1992, 1993, 1994, 2005, 2006, 2008, 2009 | 2 | Copyright (C) 1989, 1992, 1993, 1994, 2005, 2006, 2008, 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/nsfont.m b/src/nsfont.m index dded6a3b8a2..d5107f376dd 100644 --- a/src/nsfont.m +++ b/src/nsfont.m | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Font back-end driver for the NeXT/Open/GNUstep and MacOSX window system. | 1 | /* Font back-end driver for the NeXT/Open/GNUstep and MacOSX window system. |
| 2 | See font.h | 2 | See font.h |
| 3 | Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/nsgui.h b/src/nsgui.h index c52e5607c61..c8fe06a82e9 100644 --- a/src/nsgui.h +++ b/src/nsgui.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Definitions and headers for communication on the NeXT/Open/GNUstep API. | 1 | /* Definitions and headers for communication on the NeXT/Open/GNUstep API. |
| 2 | Copyright (C) 1995, 2005, 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 1995, 2005, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/nsimage.m b/src/nsimage.m index 1f31a8c961c..09a78e20809 100644 --- a/src/nsimage.m +++ b/src/nsimage.m | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Image support for the NeXT/Open/GNUstep and MacOSX window system. | 1 | /* Image support for the NeXT/Open/GNUstep and MacOSX window system. |
| 2 | Copyright (C) 1989, 1992, 1993, 1994, 2005, 2006, 2008, 2009 | 2 | Copyright (C) 1989, 1992, 1993, 1994, 2005, 2006, 2008, 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/nsmenu.m b/src/nsmenu.m index 8b8eb94b76b..2581be9aeb7 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* NeXT/Open/GNUstep and MacOSX Cocoa menu and toolbar module. | 1 | /* NeXT/Open/GNUstep and MacOSX Cocoa menu and toolbar module. |
| 2 | Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/nsselect.m b/src/nsselect.m index 677918f18c0..e4f5f0c613e 100644 --- a/src/nsselect.m +++ b/src/nsselect.m | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* NeXT/Open/GNUstep / MacOSX Cocoa selection processing for emacs. | 1 | /* NeXT/Open/GNUstep / MacOSX Cocoa selection processing for emacs. |
| 2 | Copyright (C) 1993, 1994, 2005, 2006, 2008, 2009 | 2 | Copyright (C) 1993, 1994, 2005, 2006, 2008, 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/nsterm.h b/src/nsterm.h index 29d312a4840..89ed5ba252f 100644 --- a/src/nsterm.h +++ b/src/nsterm.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Definitions and headers for communication with NeXT/Open/GNUstep API. | 1 | /* Definitions and headers for communication with NeXT/Open/GNUstep API. |
| 2 | Copyright (C) 1989, 1993, 2005, 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 1989, 1993, 2005, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/nsterm.m b/src/nsterm.m index 5385f174ebd..69cece47b0e 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* NeXT/Open/GNUstep / MacOSX communication module. | 1 | /* NeXT/Open/GNUstep / MacOSX communication module. |
| 2 | Copyright (C) 1989, 1993, 1994, 2005, 2006, 2008, 2009 | 2 | Copyright (C) 1989, 1993, 1994, 2005, 2006, 2008, 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/prefix-args.c b/src/prefix-args.c index 6bce459b1b0..d29085a3dff 100644 --- a/src/prefix-args.c +++ b/src/prefix-args.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* prefix-args.c - echo each argument, prefixed by a string. | 1 | /* prefix-args.c - echo each argument, prefixed by a string. |
| 2 | Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/print.c b/src/print.c index 764572fedfc..ccbf8d8c0c7 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Lisp object printing and output streams. | 1 | /* Lisp object printing and output streams. |
| 2 | Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, | 2 | Copyright (C) 1985, 1986, 1988, 1993, 1994, 1995, 1997, |
| 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/process.c b/src/process.c index 5cfd51f1832..53cc42f223e 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Asynchronous subprocess control for GNU Emacs. | 1 | /* Asynchronous subprocess control for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, |
| 3 | 1996, 1998, 1999, 2001, 2002, 2003, 2004, | 3 | 1996, 1998, 1999, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/process.h b/src/process.h index 39c7f5863f7..a8cd0a02da6 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions for asynchronous process control in GNU Emacs. | 1 | /* Definitions for asynchronous process control in GNU Emacs. |
| 2 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/puresize.h b/src/puresize.h index f9ab182438c..4e97e3731b7 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* How much read-only Lisp storage a dumped Emacs needs. | 1 | /* How much read-only Lisp storage a dumped Emacs needs. |
| 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/ralloc.c b/src/ralloc.c index 6faee2cac89..7ccbdc7daf7 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Block-relocating memory allocator. | 1 | /* Block-relocating memory allocator. |
| 2 | Copyright (C) 1993, 1995, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1995, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/regex.c b/src/regex.c index b3e1430fa31..0dbfa5971b3 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | internationalization features.) | 3 | internationalization features.) |
| 4 | 4 | ||
| 5 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | 5 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 6 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 6 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 7 | Free Software Foundation, Inc. | 7 | Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | This program is free software; you can redistribute it and/or modify | 9 | This program is free software; you can redistribute it and/or modify |
diff --git a/src/regex.h b/src/regex.h index 0a25a9106c3..ca6758aeec7 100644 --- a/src/regex.h +++ b/src/regex.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | expression library, version 0.12. | 2 | expression library, version 0.12. |
| 3 | 3 | ||
| 4 | Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993, 1995, 2000, 2001, | 4 | Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993, 1995, 2000, 2001, |
| 5 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 5 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 6 | Free Software Foundation, Inc. | 6 | Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | This program is free software; you can redistribute it and/or modify | 8 | This program is free software; you can redistribute it and/or modify |
diff --git a/src/region-cache.c b/src/region-cache.c index 22caf6ebf0d..d03d7df0bda 100644 --- a/src/region-cache.c +++ b/src/region-cache.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Caching facts about regions of the buffer, for optimization. | 1 | /* Caching facts about regions of the buffer, for optimization. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1995, 2001, 2002, 2003, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1995, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/region-cache.h b/src/region-cache.h index e9ef712e369..4a717d66081 100644 --- a/src/region-cache.h +++ b/src/region-cache.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Header file: Caching facts about regions of the buffer, for optimization. | 1 | /* Header file: Caching facts about regions of the buffer, for optimization. |
| 2 | Copyright (C) 1985, 1986, 1993, 1995, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1993, 1995, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h index 89154ee0806..29a68dbf6e3 100644 --- a/src/s/aix4-2.h +++ b/src/s/aix4-2.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/s/bsd-common.h b/src/s/bsd-common.h index 58d2027423b..8094f50d317 100644 --- a/src/s/bsd-common.h +++ b/src/s/bsd-common.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on bsd 4.3 | 1 | /* Definitions file for GNU Emacs running on bsd 4.3 |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/cygwin.h b/src/s/cygwin.h index 3dd73c0f6e1..9ca5c67ce37 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* System description header file for Cygwin. | 1 | /* System description header file for Cygwin. |
| 2 | Copyright (C) 1985, 1986, 1992, 1999, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1985, 1986, 1992, 1999, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/darwin.h b/src/s/darwin.h index 40aa5831994..b9062ec8000 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* System description header file for Darwin (Mac OS X). | 1 | /* System description header file for Darwin (Mac OS X). |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index fad81406040..e13941d2dcc 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | This file describes the parameters that system description files | 2 | This file describes the parameters that system description files |
| 3 | should define or not. | 3 | should define or not. |
| 4 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 4 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 5 | 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 5 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 6 | Free Software Foundation, Inc. | 6 | Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | Author: Shawn M. Carey | 8 | Author: Shawn M. Carey |
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index d75bb72279c..ae2eaa43c06 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* This file is the configuration file for Linux-based GNU systems | 1 | /* This file is the configuration file for Linux-based GNU systems |
| 2 | Copyright (C) 1985, 1986, 1992, 1994, 1996, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1992, 1994, 1996, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/gnu.h b/src/s/gnu.h index 3ef5acda815..b43cd65c40a 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on the GNU Hurd. | 1 | /* Definitions file for GNU Emacs running on the GNU Hurd. |
| 2 | Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index 6631a37faca..cf670cd51a0 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* System description file for hpux version 10.20. | 1 | /* System description file for hpux version 10.20. |
| 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index c87cf83902b..57429e41663 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.5. | 1 | /* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.5. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | 2008, 2009 Free Software Foundation, Inc. | 4 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/lynxos.h b/src/s/lynxos.h index f1d1164da61..180b6005692 100644 --- a/src/s/lynxos.h +++ b/src/s/lynxos.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on LynxOS-3.0.1 | 1 | /* Definitions file for GNU Emacs running on LynxOS-3.0.1 |
| 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 34790f195bd..3e5c65eaab5 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* System description file for Windows NT. | 1 | /* System description file for Windows NT. |
| 2 | Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1993, 1994, 1995, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/s/msdos.h b/src/s/msdos.h index 5ef414c6c18..88771b9f15f 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* System description file for MS-DOS | 1 | /* System description file for MS-DOS |
| 2 | 2 | ||
| 3 | Copyright (C) 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | Copyright (C) 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 0d4d8724b1a..17d3b33451e 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* s/ file for netbsd system. | 1 | /* s/ file for netbsd system. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | 2008, 2009 Free Software Foundation, Inc. | 4 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/sol2-3.h b/src/s/sol2-3.h index e21ba64f011..fa05aa45b67 100644 --- a/src/s/sol2-3.h +++ b/src/s/sol2-3.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Solaris 2.3. | 1 | /* Definitions file for GNU Emacs running on Solaris 2.3. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | 2008, 2009 Free Software Foundation, Inc. | 4 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/template.h b/src/s/template.h index 3e11af8d794..e5fd2541c7b 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | This file describes the parameters that system description files | 2 | This file describes the parameters that system description files |
| 3 | should define or not. | 3 | should define or not. |
| 4 | Copyright (C) 1985, 1986, 1992, 1999, 2001, 2002, 2003, 2004, 2005, | 4 | Copyright (C) 1985, 1986, 1992, 1999, 2001, 2002, 2003, 2004, 2005, |
| 5 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 5 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/src/s/usg5-4-2.h b/src/s/usg5-4-2.h index 37928e2010c..d7f2c60ffc1 100644 --- a/src/s/usg5-4-2.h +++ b/src/s/usg5-4-2.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* s/ file for System V release 4.2. | 1 | /* s/ file for System V release 4.2. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 3 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | 2008, 2009 Free Software Foundation, Inc. | 4 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index f2c72b85c12..c611911b0e8 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on AT&T's System V Release 4 | 1 | /* Definitions file for GNU Emacs running on AT&T's System V Release 4 |
| 2 | Copyright (C) 1987, 1990, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1987, 1990, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/scroll.c b/src/scroll.c index c7c2630403b..e2d3656dc43 100644 --- a/src/scroll.c +++ b/src/scroll.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Calculate what line insertion or deletion to do, and do it, | 1 | /* Calculate what line insertion or deletion to do, and do it, |
| 2 | Copyright (C) 1985, 1986, 1990, 1993, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1990, 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/search.c b/src/search.c index 05db2bef98b..2269afc6d82 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* String search routines for GNU Emacs. | 1 | /* String search routines for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1997, 1998, 1999, 2001, 2002, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1997, 1998, 1999, 2001, 2002, |
| 3 | 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/sheap.c b/src/sheap.c index 5e327764efe..8d034ff65aa 100644 --- a/src/sheap.c +++ b/src/sheap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* simulate `sbrk' with an array in .bss, for `unexec' support for Cygwin; | 1 | /* simulate `sbrk' with an array in .bss, for `unexec' support for Cygwin; |
| 2 | complete rewrite of xemacs Cygwin `unexec' code | 2 | complete rewrite of xemacs Cygwin `unexec' code |
| 3 | 3 | ||
| 4 | Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/sound.c b/src/sound.c index 3747dc8a849..af6daf2e268 100644 --- a/src/sound.c +++ b/src/sound.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* sound.c -- sound support. | 1 | /* sound.c -- sound support. |
| 2 | Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/syntax.c b/src/syntax.c index e19bfc15d1c..01b4cfb8892 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* GNU Emacs routines to deal with syntax tables; also word and list parsing. | 1 | /* GNU Emacs routines to deal with syntax tables; also word and list parsing. |
| 2 | Copyright (C) 1985, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2001, | 2 | Copyright (C) 1985, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/syntax.h b/src/syntax.h index 91abd5b860f..c36b1eb28f6 100644 --- a/src/syntax.h +++ b/src/syntax.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Declarations having to do with GNU Emacs syntax tables. | 1 | /* Declarations having to do with GNU Emacs syntax tables. |
| 2 | Copyright (C) 1985, 1993, 1994, 1997, 1998, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1993, 1994, 1997, 1998, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/sysdep.c b/src/sysdep.c index b983694baf9..2f79a711cfd 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Interfaces to system-dependent kernel and library entries. | 1 | /* Interfaces to system-dependent kernel and library entries. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/sysselect.h b/src/sysselect.h index 8b70fd779a5..ddb3e91f2e3 100644 --- a/src/sysselect.h +++ b/src/sysselect.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* sysselect.h - System-dependent definitions for the select function. | 1 | /* sysselect.h - System-dependent definitions for the select function. |
| 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/syssignal.h b/src/syssignal.h index 3d9a47af222..64dacc671ce 100644 --- a/src/syssignal.h +++ b/src/syssignal.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* syssignal.h - System-dependent definitions for signals. | 1 | /* syssignal.h - System-dependent definitions for signals. |
| 2 | Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/systime.h b/src/systime.h index abc37e12ad4..2f8d35805a4 100644 --- a/src/systime.h +++ b/src/systime.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* systime.h - System-dependent definitions for time manipulations. | 1 | /* systime.h - System-dependent definitions for time manipulations. |
| 2 | Copyright (C) 1993, 1994, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/systty.h b/src/systty.h index 2a9a355fb0f..057f58f6064 100644 --- a/src/systty.h +++ b/src/systty.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* systty.h - System-dependent definitions for terminals. | 1 | /* systty.h - System-dependent definitions for terminals. |
| 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/syswait.h b/src/syswait.h index 4b1dd567d5a..36ee571a3b1 100644 --- a/src/syswait.h +++ b/src/syswait.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Define wait system call interface for Emacs. | 1 | /* Define wait system call interface for Emacs. |
| 2 | Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/term.c b/src/term.c index fda06d6b2ed..2dc2d2d2015 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Terminal control module for terminals described by TERMCAP | 1 | /* Terminal control module for terminals described by TERMCAP |
| 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1998, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1998, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/termchar.h b/src/termchar.h index feecf510a82..8135ac723e5 100644 --- a/src/termchar.h +++ b/src/termchar.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Flags and parameters describing terminal's characteristics. | 1 | /* Flags and parameters describing terminal's characteristics. |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/termhooks.h b/src/termhooks.h index 33585e832a6..2b4011627c8 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Parameters and display hooks for terminal devices. | 1 | /* Parameters and display hooks for terminal devices. |
| 2 | Copyright (C) 1985, 1986, 1993, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/terminal.c b/src/terminal.c index ad259126511..45d918a2bd4 100644 --- a/src/terminal.c +++ b/src/terminal.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Functions related to terminal devices. | 1 | /* Functions related to terminal devices. |
| 2 | Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/terminfo.c b/src/terminfo.c index 03187c65e8f..55508196fae 100644 --- a/src/terminfo.c +++ b/src/terminfo.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Interface from Emacs to terminfo. | 1 | /* Interface from Emacs to terminfo. |
| 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/termopts.h b/src/termopts.h index fcb99b59907..f3f7e97784a 100644 --- a/src/termopts.h +++ b/src/termopts.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Flags and parameters describing user options for handling the terminal. | 1 | /* Flags and parameters describing user options for handling the terminal. |
| 2 | Copyright (C) 1985, 1986, 1990, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1990, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/textprop.c b/src/textprop.c index afeaa2b1040..fee73321deb 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Interface code for dealing with text properties. | 1 | /* Interface code for dealing with text properties. |
| 2 | Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/undo.c b/src/undo.c index 8dcd393444c..b678c5c58ba 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* undo handling for GNU Emacs. | 1 | /* undo handling for GNU Emacs. |
| 2 | Copyright (C) 1990, 1993, 1994, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1990, 1993, 1994, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/unexaix.c b/src/unexaix.c index 5f61b5a03d2..97b69d7e5c7 100644 --- a/src/unexaix.c +++ b/src/unexaix.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Dump an executable image. | 1 | /* Dump an executable image. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1999, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1999, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/unexalpha.c b/src/unexalpha.c index 3fcbb265f66..13c1def5714 100644 --- a/src/unexalpha.c +++ b/src/unexalpha.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Unexec for DEC alpha. | 1 | /* Unexec for DEC alpha. |
| 2 | 2 | ||
| 3 | Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | Author: Rainer Schoepf <schoepf@sc.ZIB-Berlin.DE> | 6 | Author: Rainer Schoepf <schoepf@sc.ZIB-Berlin.DE> |
| 7 | 7 | ||
diff --git a/src/unexcw.c b/src/unexcw.c index 1e65d65007b..4930eb46315 100644 --- a/src/unexcw.c +++ b/src/unexcw.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* unexec() support for Cygwin; | 1 | /* unexec() support for Cygwin; |
| 2 | complete rewrite of xemacs Cygwin unexec() code | 2 | complete rewrite of xemacs Cygwin unexec() code |
| 3 | 3 | ||
| 4 | Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/unexec.c b/src/unexec.c index c655583e306..d1921069af7 100644 --- a/src/unexec.c +++ b/src/unexec.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 1985, 1986, 1987, 1988, 1992, 1993, 1994, 2001, 2002, 2003, | 1 | /* Copyright (C) 1985, 1986, 1987, 1988, 1992, 1993, 1994, 2001, 2002, 2003, |
| 2 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 2 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/unexelf.c b/src/unexelf.c index a70ceeddd84..a91af9458eb 100644 --- a/src/unexelf.c +++ b/src/unexelf.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1999, 2000, 2001, | 1 | /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1999, 2000, 2001, |
| 2 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 2 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/unexmacosx.c b/src/unexmacosx.c index bb71d8fa76d..3949e5f6e00 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Dump Emacs in Mach-O format for use on Mac OS X. | 1 | /* Dump Emacs in Mach-O format for use on Mac OS X. |
| 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/unexw32.c b/src/unexw32.c index 3765b845a6a..d3e4e812480 100644 --- a/src/unexw32.c +++ b/src/unexw32.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* unexec for GNU Emacs on Windows NT. | 1 | /* unexec for GNU Emacs on Windows NT. |
| 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/vm-limit.c b/src/vm-limit.c index 06e99c638dd..a5b07eb50da 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Functions for memory limit warnings. | 1 | /* Functions for memory limit warnings. |
| 2 | Copyright (C) 1990, 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1990, 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w16select.c b/src/w16select.c index 4d2476030e5..d6951be4d82 100644 --- a/src/w16select.c +++ b/src/w16select.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* 16-bit Windows Selection processing for emacs on MS-Windows | 1 | /* 16-bit Windows Selection processing for emacs on MS-Windows |
| 2 | Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Utility and Unix shadow routines for GNU Emacs on the Microsoft W32 API. | 1 | /* Utility and Unix shadow routines for GNU Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | /* Support routines for the NT version of Emacs. | 4 | /* Support routines for the NT version of Emacs. |
| 5 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 5 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 6 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 6 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 7 | 7 | ||
| 8 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 9 | 9 | ||
diff --git a/src/w32console.c b/src/w32console.c index 6b96c05b2eb..c10f2181e7d 100644 --- a/src/w32console.c +++ b/src/w32console.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Terminal hooks for GNU Emacs on the Microsoft W32 API. | 1 | /* Terminal hooks for GNU Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1992, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1992, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32fns.c b/src/w32fns.c index a99e094d9c2..938bd463b25 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Graphical user interface functions for the Microsoft W32 API. | 1 | /* Graphical user interface functions for the Microsoft W32 API. |
| 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/w32font.c b/src/w32font.c index b9ffea7cd30..e93dbca2ddb 100644 --- a/src/w32font.c +++ b/src/w32font.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Font backend for the Microsoft W32 API. | 1 | /* Font backend for the Microsoft W32 API. |
| 2 | Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/w32font.h b/src/w32font.h index 500e7f303e5..3e2345589b5 100644 --- a/src/w32font.h +++ b/src/w32font.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Shared GDI and Uniscribe Font backend declarations for the W32 API. | 1 | /* Shared GDI and Uniscribe Font backend declarations for the W32 API. |
| 2 | Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/w32gui.h b/src/w32gui.h index 9d7dcce04bc..07a6fed0b47 100644 --- a/src/w32gui.h +++ b/src/w32gui.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions and headers for communication on the Microsoft W32 API. | 1 | /* Definitions and headers for communication on the Microsoft W32 API. |
| 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32heap.c b/src/w32heap.c index 408917dda1a..440388c6eab 100644 --- a/src/w32heap.c +++ b/src/w32heap.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Heap management routines for GNU Emacs on the Microsoft W32 API. | 1 | /* Heap management routines for GNU Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 3 | 2008, 2009 Free Software Foundation, Inc. | 3 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32heap.h b/src/w32heap.h index fdd4ece563b..cbd7f7ae96d 100644 --- a/src/w32heap.h +++ b/src/w32heap.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Heap management routines (including unexec) for GNU Emacs on Windows NT. | 1 | /* Heap management routines (including unexec) for GNU Emacs on Windows NT. |
| 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32inevt.c b/src/w32inevt.c index 960e14de2a9..5ba8430eb84 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Input event support for Emacs on the Microsoft W32 API. | 1 | /* Input event support for Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1992, 1993, 1995, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1992, 1993, 1995, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32inevt.h b/src/w32inevt.h index f7fb52ac735..e8c8967e44f 100644 --- a/src/w32inevt.h +++ b/src/w32inevt.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Input routines for GNU Emacs on the Microsoft W32 API. | 1 | /* Input routines for GNU Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32menu.c b/src/w32menu.c index 3e4359eea94..73fba8108c6 100644 --- a/src/w32menu.c +++ b/src/w32menu.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Menu support for GNU Emacs on the Microsoft W32 API. | 1 | /* Menu support for GNU Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1986, 1988, 1993, 1994, 1996, 1998, 1999, 2001, 2002, | 2 | Copyright (C) 1986, 1988, 1993, 1994, 1996, 1998, 1999, 2001, 2002, |
| 3 | 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/w32proc.c b/src/w32proc.c index ab5c91f679e..9d4d58f1230 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Process support for GNU Emacs on the Microsoft W32 API. | 1 | /* Process support for GNU Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1992, 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1992, 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32reg.c b/src/w32reg.c index 94f5196ea8d..f9687d1effe 100644 --- a/src/w32reg.c +++ b/src/w32reg.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Emulate the X Resource Manager through the registry. | 1 | /* Emulate the X Resource Manager through the registry. |
| 2 | Copyright (C) 1990, 1993, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1990, 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32select.c b/src/w32select.c index 9c67fabceec..2da4b333c2a 100644 --- a/src/w32select.c +++ b/src/w32select.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Selection processing for Emacs on the Microsoft W32 API. | 1 | /* Selection processing for Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32term.c b/src/w32term.c index 029e41e4bd9..4ed7beda233 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Implementation of GUI terminal on the Microsoft W32 API. | 1 | /* Implementation of GUI terminal on the Microsoft W32 API. |
| 2 | Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, | 2 | Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, |
| 3 | 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
| 4 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/w32term.h b/src/w32term.h index 8181d610cde..ea5f420a7dc 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions and headers for communication on the Microsoft W32 API. | 1 | /* Definitions and headers for communication on the Microsoft W32 API. |
| 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1995, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c index 2cb55d4c702..cb05cd49807 100644 --- a/src/w32uniscribe.c +++ b/src/w32uniscribe.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Font backend for the Microsoft W32 Uniscribe API. | 1 | /* Font backend for the Microsoft W32 Uniscribe API. |
| 2 | Copyright (C) 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/w32xfns.c b/src/w32xfns.c index 37ec500d554..d77eb6b68ea 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Functions taken directly from X sources for use with the Microsoft W32 API. | 1 | /* Functions taken directly from X sources for use with the Microsoft W32 API. |
| 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1999, 2001, 2002, 2003, | 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1999, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/widget.c b/src/widget.c index 8e1e207004a..0c3aa64a74e 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* The emacs frame widget. | 1 | /* The emacs frame widget. |
| 2 | Copyright (C) 1992, 1993, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1992, 1993, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/widget.h b/src/widget.h index c1c0d91910d..00c08914059 100644 --- a/src/widget.h +++ b/src/widget.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* The emacs frame widget public header file. | 1 | /* The emacs frame widget public header file. |
| 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/widgetprv.h b/src/widgetprv.h index 863b3e2d5bd..a0b47d9f697 100644 --- a/src/widgetprv.h +++ b/src/widgetprv.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* The emacs frame widget private header file. | 1 | /* The emacs frame widget private header file. |
| 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, |
| 3 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/window.c b/src/window.c index 13c14e76375..64a97437939 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Window creation, deletion and examination for GNU Emacs. | 1 | /* Window creation, deletion and examination for GNU Emacs. |
| 2 | Does not include redisplay. | 2 | Does not include redisplay. |
| 3 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 2000, | 3 | Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 2000, |
| 4 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 4 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 5 | Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
diff --git a/src/window.h b/src/window.h index bb6a0ff9123..05c1eb18c89 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Window definitions for GNU Emacs. | 1 | /* Window definitions for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1993, 1995, 1997, 1998, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1993, 1995, 1997, 1998, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/xdisp.c b/src/xdisp.c index f7155599a12..b20061b6b3b 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Display generation from window structure and buffer text. | 1 | /* Display generation from window structure and buffer text. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, |
| 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, | 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
| 4 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/src/xfaces.c b/src/xfaces.c index d6efbe82836..6bde1c121d2 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* xfaces.c -- "Face" primitives. | 1 | /* xfaces.c -- "Face" primitives. |
| 2 | Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/xfns.c b/src/xfns.c index 15ada091860..c24e38d9f3b 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Functions for the X window system. | 1 | /* Functions for the X window system. |
| 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, | 2 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/xfont.c b/src/xfont.c index ab37350ddf6..d8fe40eaa93 100644 --- a/src/xfont.c +++ b/src/xfont.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* xfont.c -- X core font driver. | 1 | /* xfont.c -- X core font driver. |
| 2 | Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | Copyright (C) 2006, 2007, 2008, 2009 | 3 | Copyright (C) 2006, 2007, 2008, 2009, 2010 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H13PRO009 | 5 | Registration Number H13PRO009 |
| 6 | 6 | ||
diff --git a/src/xftfont.c b/src/xftfont.c index 26294ff16a6..5d4581be4e9 100644 --- a/src/xftfont.c +++ b/src/xftfont.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* xftfont.c -- XFT font driver. | 1 | /* xftfont.c -- XFT font driver. |
| 2 | Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 3 | Copyright (C) 2006, 2007, 2008, 2009 | 3 | Copyright (C) 2006, 2007, 2008, 2009, 2010 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H13PRO009 | 5 | Registration Number H13PRO009 |
| 6 | 6 | ||
diff --git a/src/xgselect.c b/src/xgselect.c index eea7704ea45..d93c1bdf405 100644 --- a/src/xgselect.c +++ b/src/xgselect.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Function for handling the GLib event loop. | 1 | /* Function for handling the GLib event loop. |
| 2 | Copyright (C) 2009 | 2 | Copyright (C) 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/xgselect.h b/src/xgselect.h index ae99348f302..bae084f0d5c 100644 --- a/src/xgselect.h +++ b/src/xgselect.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Header for xg_select. | 1 | /* Header for xg_select. |
| 2 | Copyright (C) 2009 | 2 | Copyright (C) 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/xmenu.c b/src/xmenu.c index 23b812f28f2..64e55b7413c 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* X Communication module for terminals which understand the X protocol. | 1 | /* X Communication module for terminals which understand the X protocol. |
| 2 | Copyright (C) 1986, 1988, 1993, 1994, 1996, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1986, 1988, 1993, 1994, 1996, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/xrdb.c b/src/xrdb.c index 3ae7068e479..c8cb55cb7b8 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Deal with the X Resource Manager. | 1 | /* Deal with the X Resource Manager. |
| 2 | Copyright (C) 1990, 1993, 1994, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1990, 1993, 1994, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Joseph Arceneaux | 5 | Author: Joseph Arceneaux |
| 6 | Created: 4/90 | 6 | Created: 4/90 |
diff --git a/src/xselect.c b/src/xselect.c index 935c441ed52..e2027736855 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* X Selection processing for Emacs. | 1 | /* X Selection processing for Emacs. |
| 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/xsettings.c b/src/xsettings.c index d0d676125d9..3e673129d4c 100644 --- a/src/xsettings.c +++ b/src/xsettings.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Functions for handle font changes dynamically. | 1 | /* Functions for handle font changes dynamically. |
| 2 | Copyright (C) 2009 | 2 | Copyright (C) 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/xsettings.h b/src/xsettings.h index e45b6dfe3e3..6c603e5bbd9 100644 --- a/src/xsettings.h +++ b/src/xsettings.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Functions for handle font changes dynamically. | 1 | /* Functions for handle font changes dynamically. |
| 2 | Copyright (C) 2009 | 2 | Copyright (C) 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
diff --git a/src/xsmfns.c b/src/xsmfns.c index 3e8220bd406..55035816bfd 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Session management module for systems which understand the X Session | 1 | /* Session management module for systems which understand the X Session |
| 2 | management protocol. | 2 | management protocol. |
| 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
diff --git a/src/xterm.c b/src/xterm.c index 5af8a64e2ea..72dff200d82 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* X Communication module for terminals which understand the X protocol. | 1 | /* X Communication module for terminals which understand the X protocol. |
| 2 | Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | 2 | Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 4 | Free Software Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| @@ -10218,13 +10218,16 @@ x_term_init (display_name, xrm_option, resource_name) | |||
| 10218 | if (!EQ (XSYMBOL (Qvendor_specific_keysyms)->function, Qunbound)) | 10218 | if (!EQ (XSYMBOL (Qvendor_specific_keysyms)->function, Qunbound)) |
| 10219 | { | 10219 | { |
| 10220 | char *vendor = ServerVendor (dpy); | 10220 | char *vendor = ServerVendor (dpy); |
| 10221 | /* Temporarily hide the partially initialized terminal */ | 10221 | /* Temporarily hide the partially initialized terminal, |
| 10222 | but make sure it doesn't get garbage collected. */ | ||
| 10223 | int count = inhibit_garbage_collection (); | ||
| 10222 | terminal_list = terminal->next_terminal; | 10224 | terminal_list = terminal->next_terminal; |
| 10223 | UNBLOCK_INPUT; | 10225 | UNBLOCK_INPUT; |
| 10224 | terminal->kboard->Vsystem_key_alist | 10226 | terminal->kboard->Vsystem_key_alist |
| 10225 | = call1 (Qvendor_specific_keysyms, | 10227 | = call1 (Qvendor_specific_keysyms, |
| 10226 | vendor ? build_string (vendor) : empty_unibyte_string); | 10228 | vendor ? build_string (vendor) : empty_unibyte_string); |
| 10227 | BLOCK_INPUT; | 10229 | BLOCK_INPUT; |
| 10230 | unbind_to (count, Qnil); | ||
| 10228 | terminal->next_terminal = terminal_list; | 10231 | terminal->next_terminal = terminal_list; |
| 10229 | terminal_list = terminal; | 10232 | terminal_list = terminal; |
| 10230 | } | 10233 | } |
diff --git a/src/xterm.h b/src/xterm.h index 6c6de8d901d..a766f863c4d 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions and headers for communication with X protocol. | 1 | /* Definitions and headers for communication with X protocol. |
| 2 | Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, | 2 | Copyright (C) 1989, 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||