diff options
| author | Paul Eggert | 2011-01-17 11:01:01 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-17 11:01:01 -0800 |
| commit | a3e44e793796153ff1534be9c74fcab50b45de30 (patch) | |
| tree | 863d5db087c8e034c96d06ea955515f4d3f3d0a3 /src | |
| parent | 7f818df9420a1320539f7e3e633003573a570413 (diff) | |
| parent | 721be9cd4865e9f7d68020adcfa672d2edd52b07 (diff) | |
| download | emacs-a3e44e793796153ff1534be9c74fcab50b45de30.tar.gz emacs-a3e44e793796153ff1534be9c74fcab50b45de30.zip | |
Merge from mainline.
Diffstat (limited to 'src')
209 files changed, 128 insertions, 451 deletions
diff --git a/src/.gitignore b/src/.gitignore index c0a9b2cf132..070a38fea54 100644 --- a/src/.gitignore +++ b/src/.gitignore | |||
| @@ -5,5 +5,3 @@ stamp_BLD | |||
| 5 | 5 | ||
| 6 | oo/ | 6 | oo/ |
| 7 | oo-spd/ | 7 | oo-spd/ |
| 8 | |||
| 9 | # arch-tag: 0648c91e-6070-4cc5-a029-cade1f8b6098 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 2265f12138e..8f3c4056495 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-01-11 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350. | 3 | Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350. |
| 4 | * lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro. | 4 | * lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro. |
| @@ -33,6 +33,14 @@ | |||
| 33 | ($(lib)/libgnu.a): New rule. | 33 | ($(lib)/libgnu.a): New rule. |
| 34 | (temacs$(EXEEXT)): Also link $(lib)/libgnu.a. | 34 | (temacs$(EXEEXT)): Also link $(lib)/libgnu.a. |
| 35 | 35 | ||
| 36 | 2011-01-15 Martin Rudalics <rudalics@gmx.at> | ||
| 37 | |||
| 38 | * window.c (inhibit_point_swap): New variable. | ||
| 39 | (Fselect_window): If inhibit_point_swap is nonzero, avoid swapping | ||
| 40 | point this time. | ||
| 41 | (Fset_window_configuration): Set inhibit_point_swap to 1 instead | ||
| 42 | of setting selected_window to nil (Bug#7728). | ||
| 43 | |||
| 36 | 2011-01-11 Tassilo Horn <tassilo@member.fsf.org> | 44 | 2011-01-11 Tassilo Horn <tassilo@member.fsf.org> |
| 37 | 45 | ||
| 38 | * image.c (imagemagick_load_image, Finit_image_library): Free | 46 | * image.c (imagemagick_load_image, Finit_image_library): Free |
| @@ -29539,7 +29547,8 @@ See ChangeLog.10 for earlier changes. | |||
| 29539 | ;; coding: utf-8 | 29547 | ;; coding: utf-8 |
| 29540 | ;; End: | 29548 | ;; End: |
| 29541 | 29549 | ||
| 29542 | Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 29550 | Copyright (C) 2007, 2008, 2009, 2010, 2011 |
| 29551 | Free Software Foundation, Inc. | ||
| 29543 | 29552 | ||
| 29544 | This file is part of GNU Emacs. | 29553 | This file is part of GNU Emacs. |
| 29545 | 29554 | ||
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1 index b1dca3c0ca1..9cb3e5ec18b 100644 --- a/src/ChangeLog.1 +++ b/src/ChangeLog.1 | |||
| @@ -3539,4 +3539,3 @@ | |||
| 3539 | You should have received a copy of the GNU General Public License | 3539 | You should have received a copy of the GNU General Public License |
| 3540 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 3540 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 3541 | 3541 | ||
| 3542 | ;;; arch-tag: 2d2c1086-b0a5-437c-bc58-fb38ce2e0f9b | ||
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 28409d9be62..133f5e6029d 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -27930,4 +27930,3 @@ See ChangeLog.9 for earlier changes. | |||
| 27930 | You should have received a copy of the GNU General Public License | 27930 | You should have received a copy of the GNU General Public License |
| 27931 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 27931 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 27932 | 27932 | ||
| 27933 | ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4 | ||
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2 index ace0a064a81..94d166f0c54 100644 --- a/src/ChangeLog.2 +++ b/src/ChangeLog.2 | |||
| @@ -4789,4 +4789,3 @@ See ChangeLog.1 for earlier changes. | |||
| 4789 | You should have received a copy of the GNU General Public License | 4789 | You should have received a copy of the GNU General Public License |
| 4790 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 4790 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 4791 | 4791 | ||
| 4792 | ;;; arch-tag: 3334fc8a-ec24-4601-99fc-4c8adc2b31bb | ||
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index cf336ca3eab..f44c214f56b 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -16525,4 +16525,3 @@ See ChangeLog.2 for earlier changes. | |||
| 16525 | You should have received a copy of the GNU General Public License | 16525 | You should have received a copy of the GNU General Public License |
| 16526 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 16526 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 16527 | 16527 | ||
| 16528 | ;;; arch-tag: 136a8e5c-4f83-403b-9132-874f1c47f8a9 | ||
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4 index a50f6c3842e..925c65a7cab 100644 --- a/src/ChangeLog.4 +++ b/src/ChangeLog.4 | |||
| @@ -6924,4 +6924,3 @@ See ChangeLog.3 for earlier changes. | |||
| 6924 | You should have received a copy of the GNU General Public License | 6924 | You should have received a copy of the GNU General Public License |
| 6925 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 6925 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 6926 | 6926 | ||
| 6927 | ;;; arch-tag: 2e44924a-e45a-4129-ad93-1f7bb410b609 | ||
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5 index 4ac6e225053..a1d241b8f86 100644 --- a/src/ChangeLog.5 +++ b/src/ChangeLog.5 | |||
| @@ -7166,4 +7166,3 @@ See ChangeLog.4 for earlier changes. | |||
| 7166 | You should have received a copy of the GNU General Public License | 7166 | You should have received a copy of the GNU General Public License |
| 7167 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 7167 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 7168 | 7168 | ||
| 7169 | ;;; arch-tag: aea244d6-d513-4b51-8dba-5ecdf1aa5875 | ||
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index 5b37df5209d..44452aa6222 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 | |||
| @@ -5372,4 +5372,3 @@ See ChangeLog.5 for earlier changes. | |||
| 5372 | You should have received a copy of the GNU General Public License | 5372 | You should have received a copy of the GNU General Public License |
| 5373 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 5373 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 5374 | 5374 | ||
| 5375 | ;;; arch-tag: 66a98e1c-2268-45e8-8a57-286b9c85a4e9 | ||
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 9f2ce1f90ff..540eaa0cc72 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -11110,4 +11110,3 @@ See ChangeLog.6 for earlier changes. | |||
| 11110 | You should have received a copy of the GNU General Public License | 11110 | You should have received a copy of the GNU General Public License |
| 11111 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 11111 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 11112 | 11112 | ||
| 11113 | ;;; arch-tag: 3b03e091-1123-4031-b67d-41683932cc48 | ||
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 719c77f44ab..8bdc4d492b6 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -13997,4 +13997,3 @@ See ChangeLog.7 for earlier changes. | |||
| 13997 | You should have received a copy of the GNU General Public License | 13997 | You should have received a copy of the GNU General Public License |
| 13998 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 13998 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 13999 | 13999 | ||
| 14000 | ;;; arch-tag: 4d73444a-8f6e-4255-92a6-d3abc438b8d3 | ||
diff --git a/src/README b/src/README index 354f1bf07ac..238e69308f3 100644 --- a/src/README +++ b/src/README | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 1 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, |
| 2 | Free Software Foundation, Inc. | 2 | 2010, 2011 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 | ||
| 5 | 5 | ||
diff --git a/src/alloc.c b/src/alloc.c index 9a249e679b7..59d8f887c05 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -6315,5 +6315,3 @@ The time is in seconds as a floating point value. */); | |||
| 6315 | #endif | 6315 | #endif |
| 6316 | } | 6316 | } |
| 6317 | 6317 | ||
| 6318 | /* arch-tag: 6695ca10-e3c5-4c2c-8bc3-ed26a7dda857 | ||
| 6319 | (do not change this comment) */ | ||
diff --git a/src/atimer.c b/src/atimer.c index 5ecf45d0bf0..aff506a9f70 100644 --- a/src/atimer.c +++ b/src/atimer.c | |||
| @@ -444,5 +444,3 @@ init_atimer (void) | |||
| 444 | signal (SIGALRM, alarm_signal_handler); | 444 | signal (SIGALRM, alarm_signal_handler); |
| 445 | } | 445 | } |
| 446 | 446 | ||
| 447 | /* arch-tag: e6308261-eec6-404b-89fb-6e5909518d70 | ||
| 448 | (do not change this comment) */ | ||
diff --git a/src/atimer.h b/src/atimer.h index ca19c767186..eeba657703e 100644 --- a/src/atimer.h +++ b/src/atimer.h | |||
| @@ -82,5 +82,3 @@ Lisp_Object unwind_stop_other_atimers (Lisp_Object); | |||
| 82 | 82 | ||
| 83 | #endif /* EMACS_ATIMER_H */ | 83 | #endif /* EMACS_ATIMER_H */ |
| 84 | 84 | ||
| 85 | /* arch-tag: 02c7c1c8-45bd-4222-b874-4ca44662f60b | ||
| 86 | (do not change this comment) */ | ||
diff --git a/src/bidi.c b/src/bidi.c index 1f14f6ab840..39142e0f4dc 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Low-level bidirectional buffer-scanning functions for GNU Emacs. | 1 | /* Low-level bidirectional buffer-scanning functions for GNU Emacs. |
| 2 | Copyright (C) 2000, 2001, 2004, 2005, 2009, 2010 | 2 | Copyright (C) 2000, 2001, 2004, 2005, 2009, 2010, 2011 |
| 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/blockinput.h b/src/blockinput.h index 75f8c9cbc84..daa8e472218 100644 --- a/src/blockinput.h +++ b/src/blockinput.h | |||
| @@ -126,5 +126,3 @@ extern void reinvoke_input_signal (void); | |||
| 126 | 126 | ||
| 127 | #endif /* EMACS_BLOCKINPUT_H */ | 127 | #endif /* EMACS_BLOCKINPUT_H */ |
| 128 | 128 | ||
| 129 | /* arch-tag: 51a9ec86-945a-4966-8f04-2d1341250e03 | ||
| 130 | (do not change this comment) */ | ||
diff --git a/src/buffer.c b/src/buffer.c index 58e2702ec74..24f653b761b 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1,8 +1,8 @@ | |||
| 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 | |
| 3 | 1995, 1997, 1998, 1999, 2000, 2001, 2002, | 3 | Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, 1997, |
| 4 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 4 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 5 | Free Software Foundation, Inc. | 5 | 2009, 2010, 2011 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/buffer.h b/src/buffer.h index cdc5fba58a8..570d7f1a64e 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 3 | Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, |
| 4 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | ||
| 4 | Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 5 | 6 | ||
| 6 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
diff --git a/src/bytecode.c b/src/bytecode.c index b04d71a20d5..cd6f4a93143 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -1713,5 +1713,3 @@ integer, it is incremented each time that symbol's function is called. */); | |||
| 1713 | #endif | 1713 | #endif |
| 1714 | } | 1714 | } |
| 1715 | 1715 | ||
| 1716 | /* arch-tag: b9803b6f-1ed6-4190-8adf-33fd3a9d10e9 | ||
| 1717 | (do not change this comment) */ | ||
diff --git a/src/callint.c b/src/callint.c index f22a7f6531f..338e8665e7d 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -981,5 +981,3 @@ a way to turn themselves off when a mouse command switches windows. */); | |||
| 981 | defsubr (&Sprefix_numeric_value); | 981 | defsubr (&Sprefix_numeric_value); |
| 982 | } | 982 | } |
| 983 | 983 | ||
| 984 | /* arch-tag: a3a7cad7-bcac-42ce-916e-1bd2546ebf37 | ||
| 985 | (do not change this comment) */ | ||
diff --git a/src/casefiddle.c b/src/casefiddle.c index 907eaf58ddb..8dc985512dd 100644 --- a/src/casefiddle.c +++ b/src/casefiddle.c | |||
| @@ -443,5 +443,3 @@ keys_of_casefiddle (void) | |||
| 443 | initial_define_key (meta_map, 'c', "capitalize-word"); | 443 | initial_define_key (meta_map, 'c', "capitalize-word"); |
| 444 | } | 444 | } |
| 445 | 445 | ||
| 446 | /* arch-tag: 60a73c66-5489-47e7-a81f-cead4057c526 | ||
| 447 | (do not change this comment) */ | ||
diff --git a/src/casetab.c b/src/casetab.c index ae2775930c6..87928bd98cb 100644 --- a/src/casetab.c +++ b/src/casetab.c | |||
| @@ -304,5 +304,3 @@ syms_of_casetab (void) | |||
| 304 | defsubr (&Sset_standard_case_table); | 304 | defsubr (&Sset_standard_case_table); |
| 305 | } | 305 | } |
| 306 | 306 | ||
| 307 | /* arch-tag: e06388ad-99fe-40ec-ba67-9d010fcc4916 | ||
| 308 | (do not change this comment) */ | ||
diff --git a/src/category.c b/src/category.c index dcbe2cf3589..b8de8eb216b 100644 --- a/src/category.c +++ b/src/category.c | |||
| @@ -542,5 +542,3 @@ See the documentation of the variable `word-combining-categories'. */); | |||
| 542 | category_table_version = 0; | 542 | category_table_version = 0; |
| 543 | } | 543 | } |
| 544 | 544 | ||
| 545 | /* arch-tag: 74ebf524-121b-4d9c-bd68-07f8d708b211 | ||
| 546 | (do not change this comment) */ | ||
diff --git a/src/category.h b/src/category.h index 8968840fd6d..561b06b6f60 100644 --- a/src/category.h +++ b/src/category.h | |||
| @@ -116,5 +116,3 @@ extern Lisp_Object _temp_category_set; | |||
| 116 | extern int word_boundary_p (int, int); | 116 | extern int word_boundary_p (int, int); |
| 117 | extern void set_category_set (Lisp_Object, Lisp_Object, Lisp_Object); | 117 | extern void set_category_set (Lisp_Object, Lisp_Object, Lisp_Object); |
| 118 | 118 | ||
| 119 | /* arch-tag: 309dfe83-c3e2-4d22-8e81-faae5aece0ff | ||
| 120 | (do not change this comment) */ | ||
| @@ -2352,5 +2352,3 @@ used by CCL. */); | |||
| 2352 | defsubr (&Sregister_code_conversion_map); | 2352 | defsubr (&Sregister_code_conversion_map); |
| 2353 | } | 2353 | } |
| 2354 | 2354 | ||
| 2355 | /* arch-tag: bb9a37be-68ce-4576-8d3d-15d750e4a860 | ||
| 2356 | (do not change this comment) */ | ||
| @@ -124,5 +124,3 @@ EXFUN (Fccl_program_p, 1); | |||
| 124 | 124 | ||
| 125 | #endif /* EMACS_CCL_H */ | 125 | #endif /* EMACS_CCL_H */ |
| 126 | 126 | ||
| 127 | /* arch-tag: 14681df7-876d-43de-bc71-6b78e23a4e3c | ||
| 128 | (do not change this comment) */ | ||
diff --git a/src/character.c b/src/character.c index e62e283db2e..c9088a3a258 100644 --- a/src/character.c +++ b/src/character.c | |||
| @@ -1141,5 +1141,3 @@ See The Unicode Standard for the meaning of those values. */); | |||
| 1141 | 1141 | ||
| 1142 | #endif /* emacs */ | 1142 | #endif /* emacs */ |
| 1143 | 1143 | ||
| 1144 | /* arch-tag: b6665960-3c3d-4184-85cd-af4318197999 | ||
| 1145 | (do not change this comment) */ | ||
diff --git a/src/character.h b/src/character.h index c8bcb9f4877..4edeb7471fb 100644 --- a/src/character.h +++ b/src/character.h | |||
| @@ -644,5 +644,3 @@ extern Lisp_Object Vscript_representative_chars; | |||
| 644 | 644 | ||
| 645 | #endif /* EMACS_CHARACTER_H */ | 645 | #endif /* EMACS_CHARACTER_H */ |
| 646 | 646 | ||
| 647 | /* arch-tag: 4ef86004-2eff-4073-8cea-cfcbcf7188ac | ||
| 648 | (do not change this comment) */ | ||
diff --git a/src/charset.c b/src/charset.c index 7ab9197bec4..ede6bebe9d6 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -2443,5 +2443,3 @@ the value may be a list of mnemonics. */); | |||
| 2443 | 2443 | ||
| 2444 | #endif /* emacs */ | 2444 | #endif /* emacs */ |
| 2445 | 2445 | ||
| 2446 | /* arch-tag: 66a89b8d-4c28-47d3-9ca1-56f78440d69f | ||
| 2447 | (do not change this comment) */ | ||
diff --git a/src/charset.h b/src/charset.h index 1dbeab0fcb4..f35945aab0a 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -546,5 +546,3 @@ extern void map_charset_chars (void (*) (Lisp_Object, Lisp_Object), | |||
| 546 | 546 | ||
| 547 | #endif /* EMACS_CHARSET_H */ | 547 | #endif /* EMACS_CHARSET_H */ |
| 548 | 548 | ||
| 549 | /* arch-tag: 3b96db55-4961-481d-ac3e-219f46a2b3aa | ||
| 550 | (do not change this comment) */ | ||
diff --git a/src/chartab.c b/src/chartab.c index 84b06e1a6fd..cd8aa784eb4 100644 --- a/src/chartab.c +++ b/src/chartab.c | |||
| @@ -1013,5 +1013,3 @@ syms_of_chartab (void) | |||
| 1013 | defsubr (&Smap_char_table); | 1013 | defsubr (&Smap_char_table); |
| 1014 | } | 1014 | } |
| 1015 | 1015 | ||
| 1016 | /* arch-tag: 18b5b560-7ab5-4108-b09e-d5dd65dc6fda | ||
| 1017 | (do not change this comment) */ | ||
| @@ -462,5 +462,3 @@ Wcm_init (struct tty_display_info *tty) | |||
| 462 | return 0; | 462 | return 0; |
| 463 | } | 463 | } |
| 464 | 464 | ||
| 465 | /* arch-tag: bcf64c02-00f6-44ef-94b6-c56eab5b3dc4 | ||
| 466 | (do not change this comment) */ | ||
| @@ -170,5 +170,3 @@ extern void cmgoto (struct tty_display_info *, int, int); | |||
| 170 | extern void Wcm_clear (struct tty_display_info *); | 170 | extern void Wcm_clear (struct tty_display_info *); |
| 171 | extern int Wcm_init (struct tty_display_info *); | 171 | extern int Wcm_init (struct tty_display_info *); |
| 172 | 172 | ||
| 173 | /* arch-tag: acc1535a-7136-49d6-b22d-9bc85702251b | ||
| 174 | (do not change this comment) */ | ||
diff --git a/src/cmds.c b/src/cmds.c index 21175e51cd2..3782e393231 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -561,5 +561,3 @@ keys_of_cmds (void) | |||
| 561 | initial_define_key (global_map, Ctl ('F'), "forward-char"); | 561 | initial_define_key (global_map, Ctl ('F'), "forward-char"); |
| 562 | } | 562 | } |
| 563 | 563 | ||
| 564 | /* arch-tag: 022ba3cd-67f9-4978-9c5d-7d2b18d8644e | ||
| 565 | (do not change this comment) */ | ||
diff --git a/src/coding.c b/src/coding.c index 38fb55366df..5f9b207c6b3 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -10902,5 +10902,3 @@ emacs_strerror (int error_number) | |||
| 10902 | 10902 | ||
| 10903 | #endif /* emacs */ | 10903 | #endif /* emacs */ |
| 10904 | 10904 | ||
| 10905 | /* arch-tag: 3a3a2b01-5ff6-4071-9afe-f5b808d9229d | ||
| 10906 | (do not change this comment) */ | ||
diff --git a/src/coding.h b/src/coding.h index 0ddc08d139c..e424ab72fa4 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -830,5 +830,3 @@ extern int emacs_mule_string_char (unsigned char *); | |||
| 830 | 830 | ||
| 831 | #endif /* EMACS_CODING_H */ | 831 | #endif /* EMACS_CODING_H */ |
| 832 | 832 | ||
| 833 | /* arch-tag: 2bc3b4fa-6870-4f64-8135-b962b2d290e4 | ||
| 834 | (do not change this comment) */ | ||
diff --git a/src/commands.h b/src/commands.h index c2150508f4b..154e5cb4978 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -100,5 +100,3 @@ extern int update_mode_lines; | |||
| 100 | 100 | ||
| 101 | extern int cursor_in_echo_area; | 101 | extern int cursor_in_echo_area; |
| 102 | 102 | ||
| 103 | /* arch-tag: 4f7ca0b7-6a56-4b20-8bf5-b67a99921d1d | ||
| 104 | (do not change this comment) */ | ||
diff --git a/src/composite.c b/src/composite.c index ab1c11a0f70..92bedcc5f2b 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -2041,5 +2041,3 @@ See also the documentation of `auto-composition-mode'. */); | |||
| 2041 | defsubr (&Scomposition_get_gstring); | 2041 | defsubr (&Scomposition_get_gstring); |
| 2042 | } | 2042 | } |
| 2043 | 2043 | ||
| 2044 | /* arch-tag: 79cefaf8-ca48-4eed-97e5-d5afb290d272 | ||
| 2045 | (do not change this comment) */ | ||
diff --git a/src/composite.h b/src/composite.h index 9559700d382..f36b55214c8 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -326,5 +326,3 @@ EXFUN (Fcomposition_get_gstring, 4); | |||
| 326 | 326 | ||
| 327 | #endif /* not EMACS_COMPOSITE_H */ | 327 | #endif /* not EMACS_COMPOSITE_H */ |
| 328 | 328 | ||
| 329 | /* arch-tag: 59524d89-c645-47bd-b5e6-65e861690118 | ||
| 330 | (do not change this comment) */ | ||
diff --git a/src/data.c b/src/data.c index 603801b1739..0a2d4b855de 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -3338,5 +3338,3 @@ init_data (void) | |||
| 3338 | #endif /* uts */ | 3338 | #endif /* uts */ |
| 3339 | } | 3339 | } |
| 3340 | 3340 | ||
| 3341 | /* arch-tag: 25879798-b84d-479a-9c89-7d148e2109f7 | ||
| 3342 | (do not change this comment) */ | ||
diff --git a/src/dbusbind.c b/src/dbusbind.c index 0c59c08f5b7..ba82ee3ec61 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -2360,5 +2360,3 @@ be called when the D-Bus reply message arrives. */); | |||
| 2360 | 2360 | ||
| 2361 | #endif /* HAVE_DBUS */ | 2361 | #endif /* HAVE_DBUS */ |
| 2362 | 2362 | ||
| 2363 | /* arch-tag: 0e828477-b571-4fe4-b559-5c9211bc14b8 | ||
| 2364 | (do not change this comment) */ | ||
diff --git a/src/deps.mk b/src/deps.mk index eb7dfedd3b6..d05e1b4a901 100644 --- a/src/deps.mk +++ b/src/deps.mk | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ### deps.mk --- src/Makefile fragment for GNU Emacs | 1 | ### deps.mk --- src/Makefile fragment for GNU Emacs |
| 2 | 2 | ||
| 3 | ## Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002, | 3 | ## Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002, |
| 4 | ## 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 4 | ## 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 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/dired.c b/src/dired.c index 0f91ccbfbf1..7fe2cbf3014 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -1104,5 +1104,3 @@ ends in a slash. */); | |||
| 1104 | Vcompletion_ignored_extensions = Qnil; | 1104 | Vcompletion_ignored_extensions = Qnil; |
| 1105 | } | 1105 | } |
| 1106 | 1106 | ||
| 1107 | /* arch-tag: 1ac8deca-4d8f-4d41-ade9-089154d98c03 | ||
| 1108 | (do not change this comment) */ | ||
diff --git a/src/dispextern.h b/src/dispextern.h index 6ab5ebcda35..f4f1164b696 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3401,5 +3401,3 @@ extern Lisp_Object x_default_parameter (struct frame *, Lisp_Object, | |||
| 3401 | 3401 | ||
| 3402 | #endif /* not DISPEXTERN_H_INCLUDED */ | 3402 | #endif /* not DISPEXTERN_H_INCLUDED */ |
| 3403 | 3403 | ||
| 3404 | /* arch-tag: c65c475f-1c1e-4534-8795-990b8509fd65 | ||
| 3405 | (do not change this comment) */ | ||
diff --git a/src/dispnew.c b/src/dispnew.c index eb632aeb264..83ffd6a5774 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -6646,5 +6646,3 @@ If nil, never pre-empt redisplay. */); | |||
| 6646 | } | 6646 | } |
| 6647 | } | 6647 | } |
| 6648 | 6648 | ||
| 6649 | /* arch-tag: 8d812b1f-04a2-4195-a9c4-381f8457a413 | ||
| 6650 | (do not change this comment) */ | ||
diff --git a/src/disptab.h b/src/disptab.h index 0445a8f867c..14e406a7425 100644 --- a/src/disptab.h +++ b/src/disptab.h | |||
| @@ -104,5 +104,3 @@ extern Lisp_Object Vglyph_table; | |||
| 104 | #define SET_GLYPH_FROM_CHAR(glyph, c) \ | 104 | #define SET_GLYPH_FROM_CHAR(glyph, c) \ |
| 105 | SET_GLYPH (glyph, c, DEFAULT_FACE_ID) | 105 | SET_GLYPH (glyph, c, DEFAULT_FACE_ID) |
| 106 | 106 | ||
| 107 | /* arch-tag: d7f792d2-f59c-4904-a91e-91522e3ab349 | ||
| 108 | (do not change this comment) */ | ||
| @@ -944,5 +944,3 @@ syms_of_doc (void) | |||
| 944 | defsubr (&Ssubstitute_command_keys); | 944 | defsubr (&Ssubstitute_command_keys); |
| 945 | } | 945 | } |
| 946 | 946 | ||
| 947 | /* arch-tag: 56281d4d-6949-43e2-be2e-f6517de744ba | ||
| 948 | (do not change this comment) */ | ||
diff --git a/src/doprnt.c b/src/doprnt.c index 6b07a68c0bc..16565ff703a 100644 --- a/src/doprnt.c +++ b/src/doprnt.c | |||
| @@ -279,5 +279,3 @@ doprnt (char *buffer, register int bufsize, const char *format, | |||
| 279 | return bufptr - buffer; | 279 | return bufptr - buffer; |
| 280 | } | 280 | } |
| 281 | 281 | ||
| 282 | /* arch-tag: aa0ab528-7c5f-4c73-894c-aa2526a1efb3 | ||
| 283 | (do not change this comment) */ | ||
diff --git a/src/dosfns.c b/src/dosfns.c index eb3983a51bc..1724e7d1de6 100644 --- a/src/dosfns.c +++ b/src/dosfns.c | |||
| @@ -781,5 +781,3 @@ If zero, the decimal point key returns the country code specific value. */); | |||
| 781 | } | 781 | } |
| 782 | #endif /* MSDOS */ | 782 | #endif /* MSDOS */ |
| 783 | 783 | ||
| 784 | /* arch-tag: f5ea8847-a014-42c9-83f5-7738ad640b17 | ||
| 785 | (do not change this comment) */ | ||
diff --git a/src/dosfns.h b/src/dosfns.h index e5f179302bf..839b67184e2 100644 --- a/src/dosfns.h +++ b/src/dosfns.h | |||
| @@ -43,5 +43,3 @@ extern Lisp_Object msdos_stdcolor_name (int); | |||
| 43 | extern void x_set_title (struct frame *, Lisp_Object); | 43 | extern void x_set_title (struct frame *, Lisp_Object); |
| 44 | #endif | 44 | #endif |
| 45 | 45 | ||
| 46 | /* arch-tag: a83b8c4c-63c8-451e-9e94-bc72e3e2f8bc | ||
| 47 | (do not change this comment) */ | ||
diff --git a/src/editfns.c b/src/editfns.c index 73abf779110..e7da96265bf 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -4693,5 +4693,3 @@ functions if all the text being accessed has this property. */); | |||
| 4693 | defsubr (&Stranspose_regions); | 4693 | defsubr (&Stranspose_regions); |
| 4694 | } | 4694 | } |
| 4695 | 4695 | ||
| 4696 | /* arch-tag: fc3827d8-6f60-4067-b11e-c3218031b018 | ||
| 4697 | (do not change this comment) */ | ||
diff --git a/src/emacs-icon.h b/src/emacs-icon.h index c11c26ee55a..59840105f59 100644 --- a/src/emacs-icon.h +++ b/src/emacs-icon.h | |||
| @@ -351,5 +351,3 @@ static unsigned char gnu_xbm_bits[] = { | |||
| 351 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 351 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 352 | 0x00, 0x00}; | 352 | 0x00, 0x00}; |
| 353 | 353 | ||
| 354 | /* arch-tag: b57020c7-c937-4d77-8ca6-3875178d9828 | ||
| 355 | (do not change this comment) */ | ||
diff --git a/src/epaths.in b/src/epaths.in index 67b6c23bbd0..b6c9b4cd494 100644 --- a/src/epaths.in +++ b/src/epaths.in | |||
| @@ -59,5 +59,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 59 | /* Where Emacs should look for the application default file. */ | 59 | /* Where Emacs should look for the application default file. */ |
| 60 | #define PATH_X_DEFAULTS "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S" | 60 | #define PATH_X_DEFAULTS "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S" |
| 61 | 61 | ||
| 62 | /* arch-tag: d30686c4-629c-4666-9499-beaa69f1641e | ||
| 63 | (do not change this comment) */ | ||
diff --git a/src/eval.c b/src/eval.c index cd06b147c28..709a54fc2ec 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1,7 +1,7 @@ | |||
| 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, 2010, 2011 | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, |
| 4 | Free Software Foundation, Inc. | 4 | 2011 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -3699,5 +3699,3 @@ The value the function returns is not used. */); | |||
| 3699 | defsubr (&Sbacktrace_frame); | 3699 | defsubr (&Sbacktrace_frame); |
| 3700 | } | 3700 | } |
| 3701 | 3701 | ||
| 3702 | /* arch-tag: 014a07aa-33ab-4a8f-a3d2-ee8a4a9ff7fb | ||
| 3703 | (do not change this comment) */ | ||
diff --git a/src/fileio.c b/src/fileio.c index f4f90658d3a..2a415d2d697 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | /* File IO for GNU Emacs. | 1 | /* File IO for GNU Emacs. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, | 2 | |
| 3 | 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997, |
| 4 | 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 4 | 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 5 | 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 5 | 6 | ||
| 6 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 7 | 8 | ||
diff --git a/src/filelock.c b/src/filelock.c index 02c5eb05ac9..6ef3a4973d5 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -743,5 +743,3 @@ syms_of_filelock (void) | |||
| 743 | #endif | 743 | #endif |
| 744 | } | 744 | } |
| 745 | 745 | ||
| 746 | /* arch-tag: e062676d-50b2-4be0-ab96-197c81b181a1 | ||
| 747 | (do not change this comment) */ | ||
diff --git a/src/filemode.c b/src/filemode.c index 5e175eaf432..a1fc388638b 100644 --- a/src/filemode.c +++ b/src/filemode.c | |||
| @@ -244,5 +244,3 @@ setst (short unsigned int bits, char *chars) | |||
| 244 | #endif | 244 | #endif |
| 245 | } | 245 | } |
| 246 | 246 | ||
| 247 | /* arch-tag: 4340830c-15a5-47d2-b45f-1d43c45a91bb | ||
| 248 | (do not change this comment) */ | ||
diff --git a/src/firstfile.c b/src/firstfile.c index f6885e38a49..7fb19c4d5b8 100644 --- a/src/firstfile.c +++ b/src/firstfile.c | |||
| @@ -32,5 +32,3 @@ extern int initialized; | |||
| 32 | static int * dummy = &initialized; | 32 | static int * dummy = &initialized; |
| 33 | #endif | 33 | #endif |
| 34 | 34 | ||
| 35 | /* arch-tag: a6c0d2dd-00c3-4ba5-95a5-9c8ab82f39b2 | ||
| 36 | (do not change this comment) */ | ||
diff --git a/src/floatfns.c b/src/floatfns.c index 126f1171865..2b26347cc16 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -1074,5 +1074,3 @@ syms_of_floatfns (void) | |||
| 1074 | defsubr (&Struncate); | 1074 | defsubr (&Struncate); |
| 1075 | } | 1075 | } |
| 1076 | 1076 | ||
| 1077 | /* arch-tag: be05bf9d-049e-4e31-91b9-e6153d483ae7 | ||
| 1078 | (do not change this comment) */ | ||
| @@ -4945,5 +4945,3 @@ init_fns (void) | |||
| 4945 | { | 4945 | { |
| 4946 | } | 4946 | } |
| 4947 | 4947 | ||
| 4948 | /* arch-tag: 787f8219-5b74-46bd-8469-7e1cc475fa31 | ||
| 4949 | (do not change this comment) */ | ||
diff --git a/src/font.c b/src/font.c index 667a23e4b56..6ab349e763d 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | /* font.c -- "Font" primitives. | 1 | /* font.c -- "Font" primitives. |
| 2 | Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 2 | |
| 3 | Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 | ||
| 4 | Free Software Foundation, Inc. | ||
| 3 | Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 | 5 | Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 6 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H13PRO009 | 7 | Registration Number H13PRO009 |
diff --git a/src/font.h b/src/font.h index ea0913f493e..55435f94899 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -873,5 +873,3 @@ extern void font_deferred_log (const char *, Lisp_Object, Lisp_Object); | |||
| 873 | 873 | ||
| 874 | #endif /* not EMACS_FONT_H */ | 874 | #endif /* not EMACS_FONT_H */ |
| 875 | 875 | ||
| 876 | /* arch-tag: 3b7260c3-5bec-4d6b-a0db-95c1b431b1a2 | ||
| 877 | (do not change this comment) */ | ||
diff --git a/src/fontset.c b/src/fontset.c index fbfd89f619c..c38b01d4725 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -2264,5 +2264,3 @@ at the vertical center of lines. */); | |||
| 2264 | #endif | 2264 | #endif |
| 2265 | } | 2265 | } |
| 2266 | 2266 | ||
| 2267 | /* arch-tag: ea861585-2f5f-4e5b-9849-d04a9c3a3537 | ||
| 2268 | (do not change this comment) */ | ||
diff --git a/src/fontset.h b/src/fontset.h index 3ad4fc4ed05..15c81aa1850 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -60,5 +60,3 @@ extern int face_for_font (struct frame *, Lisp_Object, struct face *); | |||
| 60 | 60 | ||
| 61 | #endif /* EMACS_FONTSET_H */ | 61 | #endif /* EMACS_FONTSET_H */ |
| 62 | 62 | ||
| 63 | /* arch-tag: c27cef7b-3cab-488a-8398-7a4daa96bb77 | ||
| 64 | (do not change this comment) */ | ||
diff --git a/src/frame.c b/src/frame.c index d1c5065ee8c..ac15dedf716 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | /* Generic frame functions. | 1 | /* Generic frame functions. |
| 2 | |||
| 2 | Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, | 3 | Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 4 | 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 5 | Free Software Foundation, Inc. | ||
| 4 | 6 | ||
| 5 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 6 | 8 | ||
diff --git a/src/frame.h b/src/frame.h index 36b19c4d29a..dfd30ab8140 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -1163,5 +1163,3 @@ extern void set_frame_menubar (FRAME_PTR, int, int); | |||
| 1163 | 1163 | ||
| 1164 | #endif /* not EMACS_FRAME_H */ | 1164 | #endif /* not EMACS_FRAME_H */ |
| 1165 | 1165 | ||
| 1166 | /* arch-tag: 0df048ee-e6bf-4f48-bd56-e3cd055dd8c4 | ||
| 1167 | (do not change this comment) */ | ||
diff --git a/src/fringe.c b/src/fringe.c index 45d6ecfa4b7..2b5148e3675 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -1847,5 +1847,3 @@ w32_reset_fringes (void) | |||
| 1847 | 1847 | ||
| 1848 | #endif /* HAVE_WINDOW_SYSTEM */ | 1848 | #endif /* HAVE_WINDOW_SYSTEM */ |
| 1849 | 1849 | ||
| 1850 | /* arch-tag: 04596920-43eb-473d-b319-82712338162d | ||
| 1851 | (do not change this comment) */ | ||
diff --git a/src/ftfont.c b/src/ftfont.c index ffa90ef8ee4..372160dc0f6 100644 --- a/src/ftfont.c +++ b/src/ftfont.c | |||
| @@ -2676,5 +2676,3 @@ syms_of_ftfont (void) | |||
| 2676 | register_font_driver (&ftfont_driver, NULL); | 2676 | register_font_driver (&ftfont_driver, NULL); |
| 2677 | } | 2677 | } |
| 2678 | 2678 | ||
| 2679 | /* arch-tag: 7cfa432c-33a6-4988-83d2-a82ed8604aca | ||
| 2680 | (do not change this comment) */ | ||
diff --git a/src/ftfont.h b/src/ftfont.h index 38538decf0b..8c8674f3440 100644 --- a/src/ftfont.h +++ b/src/ftfont.h | |||
| @@ -41,5 +41,3 @@ extern FcCharSet *ftfont_get_fc_charset (Lisp_Object); | |||
| 41 | 41 | ||
| 42 | #endif /* EMACS_FTFONT_H */ | 42 | #endif /* EMACS_FTFONT_H */ |
| 43 | 43 | ||
| 44 | /* arch-tag: cec13d1c-7156-4997-9ebd-e989040c3d78 | ||
| 45 | (do not change this comment) */ | ||
diff --git a/src/ftxfont.c b/src/ftxfont.c index 6821a4b61cb..58850bf4165 100644 --- a/src/ftxfont.c +++ b/src/ftxfont.c | |||
| @@ -385,5 +385,3 @@ syms_of_ftxfont (void) | |||
| 385 | register_font_driver (&ftxfont_driver, NULL); | 385 | register_font_driver (&ftxfont_driver, NULL); |
| 386 | } | 386 | } |
| 387 | 387 | ||
| 388 | /* arch-tag: 59bd3469-5330-413f-b29d-1aa36492abe8 | ||
| 389 | (do not change this comment) */ | ||
diff --git a/src/getloadavg.c b/src/getloadavg.c index 3b25e691166..d9c24717b79 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c | |||
| @@ -1035,5 +1035,3 @@ main (argc, argv) | |||
| 1035 | } | 1035 | } |
| 1036 | #endif /* TEST */ | 1036 | #endif /* TEST */ |
| 1037 | 1037 | ||
| 1038 | /* arch-tag: 2b37a242-6289-41f4-8cd5-0e73fd615db1 | ||
| 1039 | (do not change this comment) */ | ||
diff --git a/src/getpagesize.h b/src/getpagesize.h index 174e5c4667c..2c134dfa021 100644 --- a/src/getpagesize.h +++ b/src/getpagesize.h | |||
| @@ -47,5 +47,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 47 | 47 | ||
| 48 | #endif /* no HAVE_GETPAGESIZE */ | 48 | #endif /* no HAVE_GETPAGESIZE */ |
| 49 | 49 | ||
| 50 | /* arch-tag: ff6206e3-97e2-4763-923a-e84bf28eabbc | ||
| 51 | (do not change this comment) */ | ||
diff --git a/src/gmalloc.c b/src/gmalloc.c index 7a5e95c7435..5237432872d 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c | |||
| @@ -2171,5 +2171,3 @@ mprobe (__ptr_t ptr) | |||
| 2171 | 2171 | ||
| 2172 | #endif /* GC_MCHECK */ | 2172 | #endif /* GC_MCHECK */ |
| 2173 | 2173 | ||
| 2174 | /* arch-tag: 93dce5c0-f49a-41b5-86b1-f91c4169c02e | ||
| 2175 | (do not change this comment) */ | ||
diff --git a/src/gnutls.c b/src/gnutls.c index 1cc258a5096..1872d6cc340 100644 --- a/src/gnutls.c +++ b/src/gnutls.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* GnuTLS glue for GNU Emacs. | 1 | /* GnuTLS glue for GNU Emacs. |
| 2 | Copyright (C) 2010 Free Software Foundation, Inc. | 2 | Copyright (C) 2010, 2011 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/gnutls.h b/src/gnutls.h index 2669317e97a..d22dee9072b 100644 --- a/src/gnutls.h +++ b/src/gnutls.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* GnuTLS glue for GNU Emacs. | 1 | /* GnuTLS glue for GNU Emacs. |
| 2 | Copyright (C) 2010 Free Software Foundation, Inc. | 2 | Copyright (C) 2010, 2011 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/gtkutil.c b/src/gtkutil.c index e6141de1d27..52512687a07 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -4573,5 +4573,3 @@ xg_initialize (void) | |||
| 4573 | 4573 | ||
| 4574 | #endif /* USE_GTK */ | 4574 | #endif /* USE_GTK */ |
| 4575 | 4575 | ||
| 4576 | /* arch-tag: fe7104da-bc1e-4aba-9bd1-f349c528f7e3 | ||
| 4577 | (do not change this comment) */ | ||
diff --git a/src/gtkutil.h b/src/gtkutil.h index 05853226084..78df4fe7863 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h | |||
| @@ -185,5 +185,3 @@ extern int xg_ignore_gtk_scrollbar; | |||
| 185 | #endif /* USE_GTK */ | 185 | #endif /* USE_GTK */ |
| 186 | #endif /* GTKUTIL_H */ | 186 | #endif /* GTKUTIL_H */ |
| 187 | 187 | ||
| 188 | /* arch-tag: 0757f3dc-00c7-4cee-9e4c-282cf1d34c72 | ||
| 189 | (do not change this comment) */ | ||
diff --git a/src/image.c b/src/image.c index 023c9763abd..b5b1843ed94 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -8905,5 +8905,3 @@ init_image (void) | |||
| 8905 | { | 8905 | { |
| 8906 | } | 8906 | } |
| 8907 | 8907 | ||
| 8908 | /* arch-tag: 123c2a5e-14a8-4c53-ab95-af47d7db49b9 | ||
| 8909 | (do not change this comment) */ | ||
diff --git a/src/indent.c b/src/indent.c index 28c52f652c8..93c2b5237d3 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -2171,5 +2171,3 @@ syms_of_indent (void) | |||
| 2171 | defsubr (&Scompute_motion); | 2171 | defsubr (&Scompute_motion); |
| 2172 | } | 2172 | } |
| 2173 | 2173 | ||
| 2174 | /* arch-tag: 9adfea44-71f7-4988-8ee3-96da15c502cc | ||
| 2175 | (do not change this comment) */ | ||
diff --git a/src/indent.h b/src/indent.h index e1e9a1c96e1..9f5a9f56f1e 100644 --- a/src/indent.h +++ b/src/indent.h | |||
| @@ -76,5 +76,3 @@ void recompute_width_table (struct buffer *buf, | |||
| 76 | struct Lisp_Char_Table *disptab); | 76 | struct Lisp_Char_Table *disptab); |
| 77 | 77 | ||
| 78 | 78 | ||
| 79 | /* arch-tag: f9feb373-5bff-4f4f-9198-94805d00cfd7 | ||
| 80 | (do not change this comment) */ | ||
diff --git a/src/intervals.c b/src/intervals.c index 5be579467c0..f3b946ef413 100644 --- a/src/intervals.c +++ b/src/intervals.c | |||
| @@ -2565,5 +2565,3 @@ set_intervals_multibyte (int multi_flag) | |||
| 2565 | BEG, BEG_BYTE, Z, Z_BYTE); | 2565 | BEG, BEG_BYTE, Z, Z_BYTE); |
| 2566 | } | 2566 | } |
| 2567 | 2567 | ||
| 2568 | /* arch-tag: 3d402b60-083c-4271-b4a3-ebd9a74bfe27 | ||
| 2569 | (do not change this comment) */ | ||
diff --git a/src/intervals.h b/src/intervals.h index 1ef80be9c8a..14efe74f420 100644 --- a/src/intervals.h +++ b/src/intervals.h | |||
| @@ -346,5 +346,3 @@ extern void syms_of_textprop (void); | |||
| 346 | 346 | ||
| 347 | #include "composite.h" | 347 | #include "composite.h" |
| 348 | 348 | ||
| 349 | /* arch-tag: f0bc16c0-b084-498d-9de4-21cc8f077795 | ||
| 350 | (do not change this comment) */ | ||
diff --git a/src/keymap.c b/src/keymap.c index 4c7af8a203b..e37b0f18e64 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -4013,5 +4013,3 @@ keys_of_keymap (void) | |||
| 4013 | initial_define_key (global_map, Ctl ('X'), "Control-X-prefix"); | 4013 | initial_define_key (global_map, Ctl ('X'), "Control-X-prefix"); |
| 4014 | } | 4014 | } |
| 4015 | 4015 | ||
| 4016 | /* arch-tag: 6dd15c26-7cf1-41c4-b904-f42f7ddda463 | ||
| 4017 | (do not change this comment) */ | ||
diff --git a/src/keymap.h b/src/keymap.h index 2765799f168..931da76e555 100644 --- a/src/keymap.h +++ b/src/keymap.h | |||
| @@ -58,5 +58,3 @@ extern void map_keymap_canonical (Lisp_Object map, | |||
| 58 | 58 | ||
| 59 | #endif | 59 | #endif |
| 60 | 60 | ||
| 61 | /* arch-tag: 7400d5a1-ef0b-43d0-b366-f4d678bf3ba2 | ||
| 62 | (do not change this comment) */ | ||
diff --git a/src/lastfile.c b/src/lastfile.c index 4e6517e85e1..867ed5a2f7c 100644 --- a/src/lastfile.c +++ b/src/lastfile.c | |||
| @@ -49,5 +49,3 @@ char my_endbss[1]; | |||
| 49 | static char _my_endbss[1]; | 49 | static char _my_endbss[1]; |
| 50 | char * my_endbss_static = _my_endbss; | 50 | char * my_endbss_static = _my_endbss; |
| 51 | 51 | ||
| 52 | /* arch-tag: 67e81ab4-e14f-44b2-8875-c0c12252223e | ||
| 53 | (do not change this comment) */ | ||
diff --git a/src/m/alpha.h b/src/m/alpha.h index d6d4202cb3b..c4981a89762 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -59,5 +59,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 59 | this avoids the assembler bug. */ | 59 | this avoids the assembler bug. */ |
| 60 | #define DBL_MIN_REPLACEMENT 2.2250738585072019e-308 | 60 | #define DBL_MIN_REPLACEMENT 2.2250738585072019e-308 |
| 61 | 61 | ||
| 62 | /* arch-tag: 978cb578-1e25-4a60-819b-adae0972aa78 | ||
| 63 | (do not change this comment) */ | ||
diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h index 0441d4e22d5..ff3d6171db8 100644 --- a/src/m/amdx86-64.h +++ b/src/m/amdx86-64.h | |||
| @@ -1,6 +1,7 @@ | |||
| 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, 2010, 2011 | 2 | |
| 3 | Free Software Foundation, Inc. | 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, |
| 4 | 2011 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -39,5 +40,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 39 | /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ | 40 | /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ |
| 40 | #undef DATA_SEG_BITS | 41 | #undef DATA_SEG_BITS |
| 41 | 42 | ||
| 42 | /* arch-tag: 8a5e001d-e12e-4692-a3a6-0b15ba271c6e | ||
| 43 | (do not change this comment) */ | ||
diff --git a/src/m/ia64.h b/src/m/ia64.h index 4a0d242b444..7aed9fa36df 100644 --- a/src/m/ia64.h +++ b/src/m/ia64.h | |||
| @@ -1,6 +1,8 @@ | |||
| 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 | |
| 3 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 4 | 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 5 | |||
| 4 | Contributed by David Mosberger <davidm@hpl.hp.com> | 6 | Contributed by David Mosberger <davidm@hpl.hp.com> |
| 5 | 7 | ||
| 6 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| @@ -45,5 +47,3 @@ extern void r_alloc_free (); | |||
| 45 | #endif /* not _MALLOC_INTERNAL */ | 47 | #endif /* not _MALLOC_INTERNAL */ |
| 46 | #endif /* REL_ALLOC */ | 48 | #endif /* REL_ALLOC */ |
| 47 | 49 | ||
| 48 | /* arch-tag: 9b8e9fb2-2e49-4c22-b68f-11a488e77c66 | ||
| 49 | (do not change this comment) */ | ||
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 12030d5dff6..13eea3d44f0 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | |
| 3 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | Copyright (C) 1988, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 4 | 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -44,5 +45,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 44 | #define BROKEN_SIGPTY | 45 | #define BROKEN_SIGPTY |
| 45 | #define BROKEN_SIGPOLL | 46 | #define BROKEN_SIGPOLL |
| 46 | 47 | ||
| 47 | /* arch-tag: 028318ee-a7ae-4a08-804d-cc1e6588d003 | ||
| 48 | (do not change this comment) */ | ||
diff --git a/src/m/ibms390.h b/src/m/ibms390.h index eef6c75b150..fdcc002507c 100644 --- a/src/m/ibms390.h +++ b/src/m/ibms390.h | |||
| @@ -33,5 +33,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 33 | numerically. */ | 33 | numerically. */ |
| 34 | #define VIRT_ADDR_VARIES | 34 | #define VIRT_ADDR_VARIES |
| 35 | 35 | ||
| 36 | /* arch-tag: d8a0ffa4-a8f0-4736-90d3-7fd7b21b8314 | ||
| 37 | (do not change this comment) */ | ||
diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h index 467526fe0c6..854bcdaed07 100644 --- a/src/m/ibms390x.h +++ b/src/m/ibms390x.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Machine description file for IBM S390 in 64-bit mode | 1 | /* Machine description file for IBM S390 in 64-bit mode |
| 2 | 2 | ||
| 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 3 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, |
| 4 | Free Software Foundation, Inc. | 4 | 2011 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -33,5 +33,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 33 | /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ | 33 | /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ |
| 34 | #define XPNTR(a) XUINT (a) | 34 | #define XPNTR(a) XUINT (a) |
| 35 | 35 | ||
| 36 | /* arch-tag: 4b87653c-6add-4663-8691-7d9dc17b5519 | ||
| 37 | (do not change this comment) */ | ||
diff --git a/src/m/intel386.h b/src/m/intel386.h index a05c38c05d9..732e89328fc 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | |
| 3 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 4 | 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -29,5 +30,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 29 | #define ULIMIT_BREAK_VALUE (32*1024*1024) | 30 | #define ULIMIT_BREAK_VALUE (32*1024*1024) |
| 30 | #endif | 31 | #endif |
| 31 | 32 | ||
| 32 | /* arch-tag: 746338f0-cb7b-4f49-a98c-cb50817cf2ec | ||
| 33 | (do not change this comment) */ | ||
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index e598e6fbcba..0b1c2f360b0 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | |
| 3 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 4 | 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -24,5 +25,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 24 | #define DATA_START 0x10000000 | 25 | #define DATA_START 0x10000000 |
| 25 | #define DATA_SEG_BITS 0x10000000 | 26 | #define DATA_SEG_BITS 0x10000000 |
| 26 | 27 | ||
| 27 | /* arch-tag: fff5e139-9ae0-465d-afec-837c41ea0aa6 | ||
| 28 | (do not change this comment) */ | ||
diff --git a/src/m/m68k.h b/src/m/m68k.h index 6a516ca3a50..cebc2e87735 100644 --- a/src/m/m68k.h +++ b/src/m/m68k.h | |||
| @@ -31,5 +31,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 31 | 31 | ||
| 32 | #endif | 32 | #endif |
| 33 | 33 | ||
| 34 | /* arch-tag: 4eadd161-b4e8-4b82-82a1-e4ce7f42969d | ||
| 35 | (do not change this comment) */ | ||
diff --git a/src/m/macppc.h b/src/m/macppc.h index ce708bb079f..895a6981975 100644 --- a/src/m/macppc.h +++ b/src/m/macppc.h | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | |
| 3 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 4 | 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -29,5 +30,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 29 | #endif | 30 | #endif |
| 30 | #endif | 31 | #endif |
| 31 | 32 | ||
| 32 | /* arch-tag: 41913e4e-e7d1-4023-aadb-210cc31712ed | ||
| 33 | (do not change this comment) */ | ||
diff --git a/src/m/sparc.h b/src/m/sparc.h index c3f3ba528ec..e1eb9eedb20 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | |
| 3 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 4 | 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -35,5 +36,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 35 | 36 | ||
| 36 | #endif /* __arch64__ */ | 37 | #endif /* __arch64__ */ |
| 37 | 38 | ||
| 38 | /* arch-tag: 0a6f7882-33fd-4811-9832-7466c51e50f7 | ||
| 39 | (do not change this comment) */ | ||
diff --git a/src/m/template.h b/src/m/template.h index cae95a802b3..a8e9e148b53 100644 --- a/src/m/template.h +++ b/src/m/template.h | |||
| @@ -48,5 +48,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 48 | you should also check `etc/MACHINES' to make sure its descriptions | 48 | you should also check `etc/MACHINES' to make sure its descriptions |
| 49 | of known problems in that configuration should be updated. */ | 49 | of known problems in that configuration should be updated. */ |
| 50 | 50 | ||
| 51 | /* arch-tag: d7dae0a9-4f99-4939-bef9-5738e1f33955 | ||
| 52 | (do not change this comment) */ | ||
diff --git a/src/m/vax.h b/src/m/vax.h index 39550a42fe4..8720873236f 100644 --- a/src/m/vax.h +++ b/src/m/vax.h | |||
| @@ -32,5 +32,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 32 | 32 | ||
| 33 | #define HAVE_FTIME | 33 | #define HAVE_FTIME |
| 34 | 34 | ||
| 35 | /* arch-tag: 508bdf7a-01a0-4ce0-8eba-0704d0df55a0 | ||
| 36 | (do not change this comment) */ | ||
diff --git a/src/macros.c b/src/macros.c index 835fdaec814..c8e4a6bb421 100644 --- a/src/macros.c +++ b/src/macros.c | |||
| @@ -395,5 +395,3 @@ This is nil when not executing a keyboard macro. */); | |||
| 395 | doc: /* Last kbd macro defined, as a string or vector; nil if none defined. */); | 395 | doc: /* Last kbd macro defined, as a string or vector; nil if none defined. */); |
| 396 | } | 396 | } |
| 397 | 397 | ||
| 398 | /* arch-tag: d293fcc9-2266-4163-9198-7fa0de12ec9e | ||
| 399 | (do not change this comment) */ | ||
diff --git a/src/macros.h b/src/macros.h index 6f5fa21c04e..aa8c1375070 100644 --- a/src/macros.h +++ b/src/macros.h | |||
| @@ -52,5 +52,3 @@ extern void finalize_kbd_macro_chars (void); | |||
| 52 | 52 | ||
| 53 | extern void store_kbd_macro_char (Lisp_Object); | 53 | extern void store_kbd_macro_char (Lisp_Object); |
| 54 | 54 | ||
| 55 | /* arch-tag: 8edb7088-682f-4d1f-a4d9-0fbb7284234e | ||
| 56 | (do not change this comment) */ | ||
diff --git a/src/marker.c b/src/marker.c index 9c56e439c3d..f22b874fc8d 100644 --- a/src/marker.c +++ b/src/marker.c | |||
| @@ -902,5 +902,3 @@ syms_of_marker (void) | |||
| 902 | byte_debug_flag = 0; | 902 | byte_debug_flag = 0; |
| 903 | } | 903 | } |
| 904 | 904 | ||
| 905 | /* arch-tag: 50aa418f-cdd0-4838-b64b-94aa4b2a3b74 | ||
| 906 | (do not change this comment) */ | ||
| @@ -428,5 +428,3 @@ md5_process_block (const void *buffer, size_t len, struct md5_ctx *ctx) | |||
| 428 | ctx->D = D; | 428 | ctx->D = D; |
| 429 | } | 429 | } |
| 430 | 430 | ||
| 431 | /* arch-tag: 60084f04-b434-42cb-9d2b-e91df01f4325 | ||
| 432 | (do not change this comment) */ | ||
| @@ -146,5 +146,3 @@ extern void *md5_buffer (const char *buffer, size_t len, | |||
| 146 | 146 | ||
| 147 | #endif /* md5.h */ | 147 | #endif /* md5.h */ |
| 148 | 148 | ||
| 149 | /* arch-tag: 7cd389f3-6c40-4950-999d-0b2ebd1d20d7 | ||
| 150 | (do not change this comment) */ | ||
diff --git a/src/mem-limits.h b/src/mem-limits.h index a5a0952998f..aff82565c3e 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h | |||
| @@ -46,5 +46,3 @@ extern char *start_of_data (void); | |||
| 46 | #define EXCEEDS_LISP_PTR(ptr) ((EMACS_UINT) (ptr) >> VALBITS) | 46 | #define EXCEEDS_LISP_PTR(ptr) ((EMACS_UINT) (ptr) >> VALBITS) |
| 47 | #endif | 47 | #endif |
| 48 | 48 | ||
| 49 | /* arch-tag: fe39244e-e54f-4208-b7aa-02556f7841c5 | ||
| 50 | (do not change this comment) */ | ||
diff --git a/src/menu.c b/src/menu.c index 186bd474ec3..24df935eef6 100644 --- a/src/menu.c +++ b/src/menu.c | |||
| @@ -1354,5 +1354,3 @@ syms_of_menu (void) | |||
| 1354 | defsubr (&Sx_popup_menu); | 1354 | defsubr (&Sx_popup_menu); |
| 1355 | } | 1355 | } |
| 1356 | 1356 | ||
| 1357 | /* arch-tag: 78bbc7cf-8025-4156-aa8a-6c7fd99bf51d | ||
| 1358 | (do not change this comment) */ | ||
diff --git a/src/menu.h b/src/menu.h index dae9c92ac51..866214e7356 100644 --- a/src/menu.h +++ b/src/menu.h | |||
| @@ -53,5 +53,3 @@ extern Lisp_Object xmenu_show (FRAME_PTR, int, int, int, int, | |||
| 53 | Lisp_Object, const char **, EMACS_UINT); | 53 | Lisp_Object, const char **, EMACS_UINT); |
| 54 | #endif /* MENU_H */ | 54 | #endif /* MENU_H */ |
| 55 | 55 | ||
| 56 | /* arch-tag: c32b2778-724d-4e85-81d7-45f98530a988 | ||
| 57 | (do not change this comment) */ | ||
diff --git a/src/msdos.c b/src/msdos.c index ea828d9391b..4bd933527b2 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -4242,5 +4242,3 @@ This variable is used only by MS-DOS terminals. */); | |||
| 4242 | 4242 | ||
| 4243 | #endif /* MSDOS */ | 4243 | #endif /* MSDOS */ |
| 4244 | 4244 | ||
| 4245 | /* arch-tag: db404e92-52a5-475f-9eb2-1cb78dd05f30 | ||
| 4246 | (do not change this comment) */ | ||
diff --git a/src/msdos.h b/src/msdos.h index 9d4de5ad3f6..2b75e813274 100644 --- a/src/msdos.h +++ b/src/msdos.h | |||
| @@ -113,5 +113,3 @@ void XMenuDestroy (Display *, XMenu *); | |||
| 113 | 113 | ||
| 114 | #endif /* not EMACS_MSDOS_H */ | 114 | #endif /* not EMACS_MSDOS_H */ |
| 115 | 115 | ||
| 116 | /* arch-tag: ad21eeed-8fdb-4357-8007-36368a6bdbf3 | ||
| 117 | (do not change this comment) */ | ||
diff --git a/src/ndir.h b/src/ndir.h index 92d198334b7..cd7cdbe55f5 100644 --- a/src/ndir.h +++ b/src/ndir.h | |||
| @@ -39,5 +39,3 @@ extern void closedir (DIR *); | |||
| 39 | 39 | ||
| 40 | #define rewinddir( dirp ) seekdir( dirp, 0L ) | 40 | #define rewinddir( dirp ) seekdir( dirp, 0L ) |
| 41 | 41 | ||
| 42 | /* arch-tag: aea50570-ffb7-43fd-b423-7743b10fbe6e | ||
| 43 | (do not change this comment) */ | ||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### autodeps.mk --- src/Makefile fragment for GNU Emacs | 1 | ### autodeps.mk --- src/Makefile fragment for GNU Emacs |
| 2 | 2 | ||
| 3 | ## Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2008, 2009, 2010, 2011 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 6b8276e1b87..b98f8bc815f 100644 --- a/src/nsfns.m +++ b/src/nsfns.m | |||
| @@ -1,6 +1,7 @@ | |||
| 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, 2010, 2011 | 2 | |
| 3 | Free Software Foundation, Inc. | 3 | Copyright (C) 1989, 1992, 1993, 1994, 2005, 2006, 2008, 2009, 2010, |
| 4 | 2011 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/nsfont.m b/src/nsfont.m index 546c47d27a9..9dc0fb5160d 100644 --- a/src/nsfont.m +++ b/src/nsfont.m | |||
| @@ -1521,4 +1521,3 @@ syms_of_nsfont (void) | |||
| 1521 | doc: /* Internal use: maps font registry to unicode script. */); | 1521 | doc: /* Internal use: maps font registry to unicode script. */); |
| 1522 | } | 1522 | } |
| 1523 | 1523 | ||
| 1524 | // arch-tag: d6c3c6f0-62de-4978-8b1e-b7966fe02cae | ||
diff --git a/src/nsgui.h b/src/nsgui.h index f161ba490ea..3ad9b2ce232 100644 --- a/src/nsgui.h +++ b/src/nsgui.h | |||
| @@ -198,5 +198,3 @@ typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect; | |||
| 198 | 198 | ||
| 199 | #endif /* __NSGUI_H__ */ | 199 | #endif /* __NSGUI_H__ */ |
| 200 | 200 | ||
| 201 | /* arch-tag: b2af3275-62c3-45b4-9335-4c9635c67e55 | ||
| 202 | (do not change this comment) */ | ||
diff --git a/src/nsimage.m b/src/nsimage.m index a5bea91e633..d194a3eee0b 100644 --- a/src/nsimage.m +++ b/src/nsimage.m | |||
| @@ -499,4 +499,3 @@ static EmacsImage *ImageList = nil; | |||
| 499 | 499 | ||
| 500 | @end | 500 | @end |
| 501 | 501 | ||
| 502 | // arch-tag: 6b310280-6892-4e5e-8f34-41c4d384874f | ||
diff --git a/src/nsmenu.m b/src/nsmenu.m index 8017715b251..330a17ab6f8 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m | |||
| @@ -1797,4 +1797,3 @@ syms_of_nsmenu (void) | |||
| 1797 | staticpro (&Qdebug_on_next_call); | 1797 | staticpro (&Qdebug_on_next_call); |
| 1798 | } | 1798 | } |
| 1799 | 1799 | ||
| 1800 | // arch-tag: 75773656-52e5-4c44-a398-47bd87b32619 | ||
diff --git a/src/nsselect.m b/src/nsselect.m index 0c941712fd2..7920918eb6e 100644 --- a/src/nsselect.m +++ b/src/nsselect.m | |||
| @@ -609,4 +609,3 @@ The functions are called with one argument, the selection type\n\ | |||
| 609 | staticpro (&Qforeign_selection); | 609 | staticpro (&Qforeign_selection); |
| 610 | } | 610 | } |
| 611 | 611 | ||
| 612 | // arch-tag: 39d1dde7-06a6-49ff-95a7-0e7af12d2218 | ||
diff --git a/src/nsterm.h b/src/nsterm.h index 82ee03a944f..baf567f88d6 100644 --- a/src/nsterm.h +++ b/src/nsterm.h | |||
| @@ -812,5 +812,3 @@ extern char gnustep_base_version[]; /* version tracking */ | |||
| 812 | 812 | ||
| 813 | #endif /* HAVE_NS */ | 813 | #endif /* HAVE_NS */ |
| 814 | 814 | ||
| 815 | /* arch-tag: 0a28b142-4ac1-4a81-a243-abcd82d9c4e5 | ||
| 816 | (do not change this comment) */ | ||
diff --git a/src/nsterm.m b/src/nsterm.m index 821279dfdac..714b8a03d63 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -6429,4 +6429,3 @@ baseline level. The default value is nil. */); | |||
| 6429 | } | 6429 | } |
| 6430 | 6430 | ||
| 6431 | 6431 | ||
| 6432 | // arch-tag: 6eaa8f7d-a69b-4e1c-b43d-ab31defbe0d2 | ||
diff --git a/src/pre-crt0.c b/src/pre-crt0.c index 8abc9545417..ea5736eba2a 100644 --- a/src/pre-crt0.c +++ b/src/pre-crt0.c | |||
| @@ -8,5 +8,3 @@ | |||
| 8 | 8 | ||
| 9 | int data_start = 0; | 9 | int data_start = 0; |
| 10 | 10 | ||
| 11 | /* arch-tag: 2e260272-0790-495f-9362-55abd56b5c5a | ||
| 12 | (do not change this comment) */ | ||
diff --git a/src/print.c b/src/print.c index 8de27fe811f..bb9dd7102aa 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -2358,5 +2358,3 @@ priorities. */); | |||
| 2358 | defsubr (&Swith_output_to_temp_buffer); | 2358 | defsubr (&Swith_output_to_temp_buffer); |
| 2359 | } | 2359 | } |
| 2360 | 2360 | ||
| 2361 | /* arch-tag: bc797170-94ae-41de-86e3-75e20f8f7a39 | ||
| 2362 | (do not change this comment) */ | ||
diff --git a/src/process.h b/src/process.h index 396319d4414..00531d2664a 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -200,5 +200,3 @@ extern void delete_read_fd (int fd); | |||
| 200 | extern void add_write_fd (int fd, fd_callback func, void *data); | 200 | extern void add_write_fd (int fd, fd_callback func, void *data); |
| 201 | extern void delete_write_fd (int fd); | 201 | extern void delete_write_fd (int fd); |
| 202 | 202 | ||
| 203 | /* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72 | ||
| 204 | (do not change this comment) */ | ||
diff --git a/src/puresize.h b/src/puresize.h index 13e5b0f0ffa..593eb3d717f 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -96,5 +96,3 @@ extern char my_edata[]; | |||
| 96 | 96 | ||
| 97 | #endif /* VIRT_ADDRESS_VARIES */ | 97 | #endif /* VIRT_ADDRESS_VARIES */ |
| 98 | 98 | ||
| 99 | /* arch-tag: fd9b0a91-a70e-4729-a75a-6bb4ca1ce14f | ||
| 100 | (do not change this comment) */ | ||
diff --git a/src/ralloc.c b/src/ralloc.c index d574893ca2e..62a65c24623 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -1261,5 +1261,3 @@ r_alloc_init (void) | |||
| 1261 | use_relocatable_buffers = 1; | 1261 | use_relocatable_buffers = 1; |
| 1262 | } | 1262 | } |
| 1263 | 1263 | ||
| 1264 | /* arch-tag: 6a524a15-faff-44c8-95d4-a5da6f55110f | ||
| 1265 | (do not change this comment) */ | ||
diff --git a/src/regex.h b/src/regex.h index f19123deab8..4785f06e4fb 100644 --- a/src/regex.h +++ b/src/regex.h | |||
| @@ -626,5 +626,3 @@ extern void re_set_whitespace_regexp (const char *regexp); | |||
| 626 | 626 | ||
| 627 | #endif /* regex.h */ | 627 | #endif /* regex.h */ |
| 628 | 628 | ||
| 629 | /* arch-tag: bda6e3ec-3c02-4237-a55a-01ad2e120083 | ||
| 630 | (do not change this comment) */ | ||
diff --git a/src/region-cache.c b/src/region-cache.c index 14fe119da0a..956460a19cd 100644 --- a/src/region-cache.c +++ b/src/region-cache.c | |||
| @@ -808,5 +808,3 @@ pp_cache (struct region_cache *c) | |||
| 808 | } | 808 | } |
| 809 | } | 809 | } |
| 810 | 810 | ||
| 811 | /* arch-tag: 98c29f3f-2ca2-4e3a-92f0-f2249200a17d | ||
| 812 | (do not change this comment) */ | ||
diff --git a/src/region-cache.h b/src/region-cache.h index 0a63c62df66..c963e897ea2 100644 --- a/src/region-cache.h +++ b/src/region-cache.h | |||
| @@ -110,5 +110,3 @@ extern int region_cache_backward (struct buffer *BUF, | |||
| 110 | EMACS_INT POS, | 110 | EMACS_INT POS, |
| 111 | EMACS_INT *NEXT); | 111 | EMACS_INT *NEXT); |
| 112 | 112 | ||
| 113 | /* arch-tag: 70f79125-ef22-4f58-9aec-a48ca2791435 | ||
| 114 | (do not change this comment) */ | ||
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h index 7ddf219931f..2c2a4be2d58 100644 --- a/src/s/aix4-2.h +++ b/src/s/aix4-2.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 2 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, |
| 3 | Free Software Foundation, Inc. | 3 | 2010, 2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -88,5 +88,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 88 | to avoid a crash just use the Emacs implementation for that function. */ | 88 | to avoid a crash just use the Emacs implementation for that function. */ |
| 89 | #define BROKEN_GET_CURRENT_DIR_NAME 1 | 89 | #define BROKEN_GET_CURRENT_DIR_NAME 1 |
| 90 | 90 | ||
| 91 | /* arch-tag: 38fe75ea-6aef-42bd-8449-bc34d921a562 | ||
| 92 | (do not change this comment) */ | ||
diff --git a/src/s/bsd-common.h b/src/s/bsd-common.h index 247e1f573dc..d0bdb566dd9 100644 --- a/src/s/bsd-common.h +++ b/src/s/bsd-common.h | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | |
| 3 | 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -81,5 +82,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 81 | /* Send signals to subprocesses by "typing" special chars at them. */ | 82 | /* Send signals to subprocesses by "typing" special chars at them. */ |
| 82 | #define SIGNALS_VIA_CHARACTERS | 83 | #define SIGNALS_VIA_CHARACTERS |
| 83 | 84 | ||
| 84 | /* arch-tag: 0c367245-bde3-492e-9029-3ff6898beb95 | ||
| 85 | (do not change this comment) */ | ||
diff --git a/src/s/cygwin.h b/src/s/cygwin.h index 774ef3a9ab5..1a224f1d72a 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h | |||
| @@ -104,5 +104,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 104 | /* Send signals to subprocesses by "typing" special chars at them. */ | 104 | /* Send signals to subprocesses by "typing" special chars at them. */ |
| 105 | #define SIGNALS_VIA_CHARACTERS | 105 | #define SIGNALS_VIA_CHARACTERS |
| 106 | 106 | ||
| 107 | /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b | ||
| 108 | (do not change this comment) */ | ||
diff --git a/src/s/darwin.h b/src/s/darwin.h index 089d569460f..74ac808acdb 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | |
| 3 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, |
| 4 | 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -149,5 +150,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 149 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ | 150 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ |
| 150 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 151 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 151 | 152 | ||
| 152 | /* arch-tag: 481d443d-4f89-43ea-b5fb-49706d95fa41 | ||
| 153 | (do not change this comment) */ | ||
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 99dc050bfae..d7cc308f7bc 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h | |||
| @@ -66,5 +66,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 66 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ | 66 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ |
| 67 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 67 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 68 | 68 | ||
| 69 | /* arch-tag: 426529ca-b7c4-448f-b10a-d4dcdc9c78eb | ||
| 70 | (do not change this comment) */ | ||
diff --git a/src/s/gnu-kfreebsd.h b/src/s/gnu-kfreebsd.h index a1e8c024744..a85571915df 100644 --- a/src/s/gnu-kfreebsd.h +++ b/src/s/gnu-kfreebsd.h | |||
| @@ -7,5 +7,3 @@ | |||
| 7 | 7 | ||
| 8 | #define NO_TERMIO /* use only <termios.h> */ | 8 | #define NO_TERMIO /* use only <termios.h> */ |
| 9 | 9 | ||
| 10 | /* arch-tag: 8d098200-2586-469e-99ab-6d092c035e03 | ||
| 11 | (do not change this comment) */ | ||
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 9c37b8eec03..a102f602bd7 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -1,7 +1,8 @@ | |||
| 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 | 2 | ||
| 3 | Copyright (C) 1985, 1986, 1992, 1994, 1996, 1999, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1985, 1986, 1992, 1994, 1996, 1999, 2001, 2002, 2003, 2004, |
| 4 | 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 5 | Free Software Foundation, Inc. | ||
| 5 | 6 | ||
| 6 | This file was put together by Michael K. Johnson and Rik Faith. | 7 | This file was put together by Michael K. Johnson and Rik Faith. |
| 7 | 8 | ||
| @@ -160,5 +161,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 160 | #endif | 161 | #endif |
| 161 | #endif | 162 | #endif |
| 162 | 163 | ||
| 163 | /* arch-tag: 6244ea2a-abd0-44ec-abec-ff3dcc9afea9 | ||
| 164 | (do not change this comment) */ | ||
diff --git a/src/s/gnu.h b/src/s/gnu.h index df35adc8704..9e46d100d46 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | |
| 3 | 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | Copyright (C) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -44,5 +45,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 44 | #endif /* !_IO_STDIO_H */ | 45 | #endif /* !_IO_STDIO_H */ |
| 45 | #endif /* emacs */ | 46 | #endif /* emacs */ |
| 46 | 47 | ||
| 47 | /* arch-tag: 577983d9-87a6-4922-b8f8-ff2b563714a4 | ||
| 48 | (do not change this comment) */ | ||
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index 3e88b57bc91..f6eb2ddfd11 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | |
| 3 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 4 | 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -134,5 +135,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 134 | /* No underscore please. */ | 135 | /* No underscore please. */ |
| 135 | #define LDAV_SYMBOL "avenrun" | 136 | #define LDAV_SYMBOL "avenrun" |
| 136 | 137 | ||
| 137 | /* arch-tag: 8d8dcbf1-ca9b-48a1-94be-b750de18a5c6 | ||
| 138 | (do not change this comment) */ | ||
diff --git a/src/s/hpux11.h b/src/s/hpux11.h index 48f60841047..40bcc987973 100644 --- a/src/s/hpux11.h +++ b/src/s/hpux11.h | |||
| @@ -7,5 +7,3 @@ | |||
| 7 | then close and reopen it in the child. */ | 7 | then close and reopen it in the child. */ |
| 8 | #define USG_SUBTTY_WORKS | 8 | #define USG_SUBTTY_WORKS |
| 9 | 9 | ||
| 10 | /* arch-tag: f5a3d780-82cd-4a9a-832e-a4031aab788b | ||
| 11 | (do not change this comment) */ | ||
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index 6ddae984a66..f755e119bc6 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h | |||
| @@ -97,8 +97,4 @@ char *_getpty(); | |||
| 97 | #define GC_SETJMP_WORKS 1 | 97 | #define GC_SETJMP_WORKS 1 |
| 98 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 98 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 99 | 99 | ||
| 100 | /* arch-tag: ad0660e0-acf8-46ae-b866-4f3df5b1101b | ||
| 101 | (do not change this comment) */ | ||
| 102 | 100 | ||
| 103 | /* arch-tag: d7ad9ec2-54ad-4b2f-adf2-0070c5c63e83 | ||
| 104 | (do not change this comment) */ | ||
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 6900cbcc45b..18e3fd2982e 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -389,5 +389,3 @@ extern void _DebPrint (const char *fmt, ...); | |||
| 389 | 389 | ||
| 390 | /* ============================================================ */ | 390 | /* ============================================================ */ |
| 391 | 391 | ||
| 392 | /* arch-tag: 5d4a3a1c-40dc-4dea-9c7c-38fed9ae0eae | ||
| 393 | (do not change this comment) */ | ||
diff --git a/src/s/msdos.h b/src/s/msdos.h index 3bb1dfe03e7..b48177da052 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -125,5 +125,3 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 125 | #define GC_SETJMP_WORKS 1 | 125 | #define GC_SETJMP_WORKS 1 |
| 126 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 126 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 127 | 127 | ||
| 128 | /* arch-tag: d184f860-815d-4ff4-8187-d05c0f3c37d0 | ||
| 129 | (do not change this comment) */ | ||
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 115779a7cbc..a469cc228f6 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, 2008, 2009, |
| 4 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 4 | 2010, 2011 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -45,5 +45,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 45 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method. */ | 45 | /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method. */ |
| 46 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 46 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 47 | 47 | ||
| 48 | /* arch-tag: e80f364a-04e9-4faf-93cb-f36a0fe95c81 | ||
| 49 | (do not change this comment) */ | ||
diff --git a/src/s/openbsd.h b/src/s/openbsd.h index d9d60e3b868..175d61dc9c9 100644 --- a/src/s/openbsd.h +++ b/src/s/openbsd.h | |||
| @@ -3,5 +3,3 @@ | |||
| 3 | /* The same as NetBSD. Note there are differences in configure. */ | 3 | /* The same as NetBSD. Note there are differences in configure. */ |
| 4 | #include "netbsd.h" | 4 | #include "netbsd.h" |
| 5 | 5 | ||
| 6 | /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2 | ||
| 7 | (do not change this comment) */ | ||
diff --git a/src/s/sol2-10.h b/src/s/sol2-10.h index fd7f30021ea..b20476e7fba 100644 --- a/src/s/sol2-10.h +++ b/src/s/sol2-10.h | |||
| @@ -8,5 +8,3 @@ | |||
| 8 | /* This is needed for the system_process_attributes implementation. */ | 8 | /* This is needed for the system_process_attributes implementation. */ |
| 9 | #define _STRUCTURED_PROC 1 | 9 | #define _STRUCTURED_PROC 1 |
| 10 | 10 | ||
| 11 | /* arch-tag: 7c51a134-5469-4d16-aa00-d69224640eeb | ||
| 12 | (do not change this comment) */ | ||
diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h index 3b707aa5c3c..dd1c41a1af8 100644 --- a/src/s/sol2-6.h +++ b/src/s/sol2-6.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Definitions file for GNU Emacs running on Solaris 2.6. | 1 | /* Definitions file for GNU Emacs running on Solaris 2.6. |
| 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, 2010 Free Software Foundation, Inc. | 4 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -62,5 +62,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 62 | #define GC_SETJMP_WORKS 1 | 62 | #define GC_SETJMP_WORKS 1 |
| 63 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 63 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 64 | 64 | ||
| 65 | /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca | ||
| 66 | (do not change this comment) */ | ||
diff --git a/src/s/template.h b/src/s/template.h index d6aad17d396..f08da48dfc0 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -121,5 +121,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 121 | you should also check `etc/MACHINES' to make sure its descriptions | 121 | you should also check `etc/MACHINES' to make sure its descriptions |
| 122 | of known problems in that configuration should be updated. */ | 122 | of known problems in that configuration should be updated. */ |
| 123 | 123 | ||
| 124 | /* arch-tag: 4b426b11-cb2e-4c0e-a488-e663f76a0515 | ||
| 125 | (do not change this comment) */ | ||
diff --git a/src/s/unixware.h b/src/s/unixware.h index 81b1b3d97fa..150cef604b7 100644 --- a/src/s/unixware.h +++ b/src/s/unixware.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* s/ file for Unixware. | 1 | /* s/ file for Unixware. |
| 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, 2010 Free Software Foundation, Inc. | 4 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -61,5 +61,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 61 | 61 | ||
| 62 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base) | 62 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base) |
| 63 | 63 | ||
| 64 | /* arch-tag: d82e92e7-9443-4a60-a581-7f293cbae8a3 | ||
| 65 | (do not change this comment) */ | ||
diff --git a/src/s/usg5-4-common.h b/src/s/usg5-4-common.h index 366d92b95a0..a9164d12bbc 100644 --- a/src/s/usg5-4-common.h +++ b/src/s/usg5-4-common.h | |||
| @@ -107,5 +107,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 107 | /* This definition was suggested for next release. So give it a try. */ | 107 | /* This definition was suggested for next release. So give it a try. */ |
| 108 | #define HAVE_SOCKETS | 108 | #define HAVE_SOCKETS |
| 109 | 109 | ||
| 110 | /* arch-tag: 1a0ed909-5faa-434b-b7c3-9d86c63d53a6 | ||
| 111 | (do not change this comment) */ | ||
diff --git a/src/scroll.c b/src/scroll.c index b91c7de034e..296e5784d0c 100644 --- a/src/scroll.c +++ b/src/scroll.c | |||
| @@ -1035,5 +1035,3 @@ do_line_insertion_deletion_costs (FRAME_PTR frame, | |||
| 1035 | coefficient); | 1035 | coefficient); |
| 1036 | } | 1036 | } |
| 1037 | 1037 | ||
| 1038 | /* arch-tag: cdb7149c-48e7-4793-a948-2786c8e45485 | ||
| 1039 | (do not change this comment) */ | ||
diff --git a/src/search.c b/src/search.c index c3584030dbb..ff2b116d7fd 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -3262,5 +3262,3 @@ is to bind it with `let' around a small expression. */); | |||
| 3262 | defsubr (&Sregexp_quote); | 3262 | defsubr (&Sregexp_quote); |
| 3263 | } | 3263 | } |
| 3264 | 3264 | ||
| 3265 | /* arch-tag: a6059d79-0552-4f14-a2cb-d379a4e3c78f | ||
| 3266 | (do not change this comment) */ | ||
diff --git a/src/sheap.c b/src/sheap.c index 816c1080e98..249fcc6b7b1 100644 --- a/src/sheap.c +++ b/src/sheap.c | |||
| @@ -94,5 +94,3 @@ report_sheap_usage (int die_if_pure_storage_exceeded) | |||
| 94 | message ("%s", buf); | 94 | message ("%s", buf); |
| 95 | } | 95 | } |
| 96 | 96 | ||
| 97 | /* arch-tag: 1bc386e8-71c2-4da4-b8b5-c1674a9cf926 | ||
| 98 | (do not change this comment) */ | ||
diff --git a/src/sound.c b/src/sound.c index ddd8ddbec2d..6ea1cb3bbdc 100644 --- a/src/sound.c +++ b/src/sound.c | |||
| @@ -1500,5 +1500,3 @@ init_sound (void) | |||
| 1500 | 1500 | ||
| 1501 | #endif /* HAVE_SOUND */ | 1501 | #endif /* HAVE_SOUND */ |
| 1502 | 1502 | ||
| 1503 | /* arch-tag: dd850ad8-0433-4e2c-9cba-b7aeeccc0dbd | ||
| 1504 | (do not change this comment) */ | ||
diff --git a/src/syntax.c b/src/syntax.c index 1c619044ffb..d8749a18eea 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3548,5 +3548,3 @@ In both cases, LIMIT bounds the search. */); | |||
| 3548 | defsubr (&Sparse_partial_sexp); | 3548 | defsubr (&Sparse_partial_sexp); |
| 3549 | } | 3549 | } |
| 3550 | 3550 | ||
| 3551 | /* arch-tag: 3e297b9f-088e-4b64-8f4c-fb0b3443e412 | ||
| 3552 | (do not change this comment) */ | ||
diff --git a/src/syntax.h b/src/syntax.h index 77902a04143..87a33402834 100644 --- a/src/syntax.h +++ b/src/syntax.h | |||
| @@ -302,5 +302,3 @@ extern int parse_sexp_lookup_properties; | |||
| 302 | 302 | ||
| 303 | extern EMACS_INT scan_words (EMACS_INT, EMACS_INT); | 303 | extern EMACS_INT scan_words (EMACS_INT, EMACS_INT); |
| 304 | 304 | ||
| 305 | /* arch-tag: 28833cca-cd73-4741-8c85-a3111166a0e0 | ||
| 306 | (do not change this comment) */ | ||
diff --git a/src/sysselect.h b/src/sysselect.h index cb7e0957a3b..0edd9a4f328 100644 --- a/src/sysselect.h +++ b/src/sysselect.h | |||
| @@ -54,5 +54,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 54 | #define select sys_select | 54 | #define select sys_select |
| 55 | #endif | 55 | #endif |
| 56 | 56 | ||
| 57 | /* arch-tag: 36d05500-8cf6-4847-8e78-6721f18c06ef | ||
| 58 | (do not change this comment) */ | ||
diff --git a/src/syssignal.h b/src/syssignal.h index 83743dd8cc7..34bae9bab3b 100644 --- a/src/syssignal.h +++ b/src/syssignal.h | |||
| @@ -159,5 +159,3 @@ extern pthread_t main_thread; | |||
| 159 | #else /* not FORWARD_SIGNAL_TO_MAIN_THREAD */ | 159 | #else /* not FORWARD_SIGNAL_TO_MAIN_THREAD */ |
| 160 | #define SIGNAL_THREAD_CHECK(signo) | 160 | #define SIGNAL_THREAD_CHECK(signo) |
| 161 | #endif /* not FORWARD_SIGNAL_TO_MAIN_THREAD */ | 161 | #endif /* not FORWARD_SIGNAL_TO_MAIN_THREAD */ |
| 162 | /* arch-tag: 4580e86a-340d-4574-9e11-a742b6e1a152 | ||
| 163 | (do not change this comment) */ | ||
diff --git a/src/systime.h b/src/systime.h index c35fae19c4e..96daac19494 100644 --- a/src/systime.h +++ b/src/systime.h | |||
| @@ -174,5 +174,3 @@ extern int lisp_time_argument (Lisp_Object, time_t *, int *); | |||
| 174 | 174 | ||
| 175 | #endif /* EMACS_SYSTIME_H */ | 175 | #endif /* EMACS_SYSTIME_H */ |
| 176 | 176 | ||
| 177 | /* arch-tag: dcb79915-cf99-4bce-9778-aade71d07651 | ||
| 178 | (do not change this comment) */ | ||
diff --git a/src/syswait.h b/src/syswait.h index 3c51a3dab83..73fb4a5de54 100644 --- a/src/syswait.h +++ b/src/syswait.h | |||
| @@ -58,5 +58,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 58 | 58 | ||
| 59 | #endif /* EMACS_SYSWAIT_H */ | 59 | #endif /* EMACS_SYSWAIT_H */ |
| 60 | 60 | ||
| 61 | /* arch-tag: 7e5d9719-ec66-4b6f-89bb-563eea16a899 | ||
| 62 | (do not change this comment) */ | ||
diff --git a/src/termcap.c b/src/termcap.c index 39ad08a66d3..9e64d027640 100644 --- a/src/termcap.c +++ b/src/termcap.c | |||
| @@ -713,5 +713,3 @@ tprint (cap) | |||
| 713 | 713 | ||
| 714 | #endif /* TEST */ | 714 | #endif /* TEST */ |
| 715 | 715 | ||
| 716 | /* arch-tag: c2e8d427-2271-4fac-95fe-411857238b80 | ||
| 717 | (do not change this comment) */ | ||
diff --git a/src/termchar.h b/src/termchar.h index e0eccaa5bde..befbb8b9f82 100644 --- a/src/termchar.h +++ b/src/termchar.h | |||
| @@ -212,5 +212,3 @@ extern struct tty_display_info *tty_list; | |||
| 212 | 212 | ||
| 213 | #define CURTTY() FRAME_TTY (SELECTED_FRAME()) | 213 | #define CURTTY() FRAME_TTY (SELECTED_FRAME()) |
| 214 | 214 | ||
| 215 | /* arch-tag: bf9f0d49-842b-42fb-9348-ec8759b27193 | ||
| 216 | (do not change this comment) */ | ||
diff --git a/src/termhooks.h b/src/termhooks.h index 7f86f04c0aa..246e0a13a11 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -658,5 +658,3 @@ extern struct terminal *initial_terminal; | |||
| 658 | extern void close_gpm (int gpm_fd); | 658 | extern void close_gpm (int gpm_fd); |
| 659 | #endif | 659 | #endif |
| 660 | 660 | ||
| 661 | /* arch-tag: 33a00ecc-52b5-4186-a410-8801ac9f087d | ||
| 662 | (do not change this comment) */ | ||
diff --git a/src/terminal.c b/src/terminal.c index ab6f9fd6457..f6390f3fa5f 100644 --- a/src/terminal.c +++ b/src/terminal.c | |||
| @@ -558,5 +558,3 @@ or some time later. */); | |||
| 558 | Fprovide (intern_c_string ("multi-tty"), Qnil); | 558 | Fprovide (intern_c_string ("multi-tty"), Qnil); |
| 559 | } | 559 | } |
| 560 | 560 | ||
| 561 | /* arch-tag: e9af6f27-b483-47dc-bb1a-730c1c5cab03 | ||
| 562 | (do not change this comment) */ | ||
diff --git a/src/terminfo.c b/src/terminfo.c index 4b80308d233..e42c52be88d 100644 --- a/src/terminfo.c +++ b/src/terminfo.c | |||
| @@ -49,5 +49,3 @@ tparam (char *string, char *outstring, | |||
| 49 | return outstring; | 49 | return outstring; |
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | /* arch-tag: a6f96a69-e68f-4e9d-a223-f0b0da26ead5 | ||
| 53 | (do not change this comment) */ | ||
diff --git a/src/termopts.h b/src/termopts.h index 8f613804291..eecd9481410 100644 --- a/src/termopts.h +++ b/src/termopts.h | |||
| @@ -44,5 +44,3 @@ extern Lisp_Object Vtruncate_partial_width_windows; | |||
| 44 | used for Emacs and another for all else. */ | 44 | used for Emacs and another for all else. */ |
| 45 | extern int no_redraw_on_reenter; | 45 | extern int no_redraw_on_reenter; |
| 46 | 46 | ||
| 47 | /* arch-tag: 35d4d284-dc1a-4fff-97fa-0154a21aebdb | ||
| 48 | (do not change this comment) */ | ||
diff --git a/src/textprop.c b/src/textprop.c index a73c31255fd..a2794264d90 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -2338,5 +2338,3 @@ inherits it if NONSTICKINESS is nil. The `front-sticky' and | |||
| 2338 | /* defsubr (&Scopy_text_properties); */ | 2338 | /* defsubr (&Scopy_text_properties); */ |
| 2339 | } | 2339 | } |
| 2340 | 2340 | ||
| 2341 | /* arch-tag: 454cdde8-5f86-4faa-a078-101e3625d479 | ||
| 2342 | (do not change this comment) */ | ||
diff --git a/src/tparam.c b/src/tparam.c index d8a8f0260f0..fcbb63881e6 100644 --- a/src/tparam.c +++ b/src/tparam.c | |||
| @@ -278,5 +278,3 @@ main (argc, argv) | |||
| 278 | 278 | ||
| 279 | #endif /* DEBUG */ | 279 | #endif /* DEBUG */ |
| 280 | 280 | ||
| 281 | /* arch-tag: 83f7b5ac-a808-4f75-b87a-123de009b402 | ||
| 282 | (do not change this comment) */ | ||
diff --git a/src/undo.c b/src/undo.c index 8d5c5797c06..c6d2747f270 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -728,5 +728,3 @@ so it must make sure not to do a lot of consing. */); | |||
| 728 | undo_inhibit_record_point = 0; | 728 | undo_inhibit_record_point = 0; |
| 729 | } | 729 | } |
| 730 | 730 | ||
| 731 | /* arch-tag: d546ee01-4aed-4ffb-bb8b-eefaae50d38a | ||
| 732 | (do not change this comment) */ | ||
diff --git a/src/unexaix.c b/src/unexaix.c index 273762d67bc..edffaa098d5 100644 --- a/src/unexaix.c +++ b/src/unexaix.c | |||
| @@ -639,5 +639,3 @@ start_of_text (void) | |||
| 639 | return ((char *) 0x10000000); | 639 | return ((char *) 0x10000000); |
| 640 | } | 640 | } |
| 641 | 641 | ||
| 642 | /* arch-tag: 0783857a-7c2d-456f-a426-58b722d69fd0 | ||
| 643 | (do not change this comment) */ | ||
diff --git a/src/unexcoff.c b/src/unexcoff.c index b7b1801879d..d098d862f1e 100644 --- a/src/unexcoff.c +++ b/src/unexcoff.c | |||
| @@ -556,5 +556,3 @@ unexec (const char *new_name, const char *a_name) | |||
| 556 | 556 | ||
| 557 | #endif /* not CANNOT_DUMP */ | 557 | #endif /* not CANNOT_DUMP */ |
| 558 | 558 | ||
| 559 | /* arch-tag: 62409b69-e27a-4a7c-9413-0210d6b54e7f | ||
| 560 | (do not change this comment) */ | ||
diff --git a/src/unexcw.c b/src/unexcw.c index af85fd14ea4..54ffcf216ee 100644 --- a/src/unexcw.c +++ b/src/unexcw.c | |||
| @@ -300,5 +300,3 @@ unexec (const char *outfile, const char *infile) | |||
| 300 | return (0); | 300 | return (0); |
| 301 | } | 301 | } |
| 302 | 302 | ||
| 303 | /* arch-tag: fc44f6c3-ca0a-45e0-a5a2-58b6101b1e65 | ||
| 304 | (do not change this comment) */ | ||
diff --git a/src/unexelf.c b/src/unexelf.c index 0732e202710..0aac216b1c3 100644 --- a/src/unexelf.c +++ b/src/unexelf.c | |||
| @@ -1309,5 +1309,3 @@ temacs: | |||
| 1309 | fatal ("Can't chmod (%s): errno %d\n", new_name, errno); | 1309 | fatal ("Can't chmod (%s): errno %d\n", new_name, errno); |
| 1310 | } | 1310 | } |
| 1311 | 1311 | ||
| 1312 | /* arch-tag: e02e1512-95e2-4ef0-bba7-b6bce658f1e3 | ||
| 1313 | (do not change this comment) */ | ||
diff --git a/src/unexhp9k800.c b/src/unexhp9k800.c index b9edd4f3a84..c0471992a72 100644 --- a/src/unexhp9k800.c +++ b/src/unexhp9k800.c | |||
| @@ -320,5 +320,3 @@ display_header (hdr, auxhdr) | |||
| 320 | } | 320 | } |
| 321 | #endif /* DEBUG */ | 321 | #endif /* DEBUG */ |
| 322 | 322 | ||
| 323 | /* arch-tag: d55a09ac-9427-4ec4-8496-cb9d7710774f | ||
| 324 | (do not change this comment) */ | ||
diff --git a/src/unexmacosx.c b/src/unexmacosx.c index 12b8bef6a69..75d6677f535 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c | |||
| @@ -1376,5 +1376,3 @@ unexec_free (void *ptr) | |||
| 1376 | malloc_zone_free (emacs_zone, (unexec_malloc_header_t *) ptr - 1); | 1376 | malloc_zone_free (emacs_zone, (unexec_malloc_header_t *) ptr - 1); |
| 1377 | } | 1377 | } |
| 1378 | 1378 | ||
| 1379 | /* arch-tag: 1a784f7b-a184-4c4f-9544-da8619593d72 | ||
| 1380 | (do not change this comment) */ | ||
diff --git a/src/unexsol.c b/src/unexsol.c index 1d58ed46d4b..e1a10f7d211 100644 --- a/src/unexsol.c +++ b/src/unexsol.c | |||
| @@ -27,5 +27,3 @@ unexec (const char *new_name, const char *old_name) | |||
| 27 | Fcons (build_string ("Cannot unexec"), Fcons (errstring, data))); | 27 | Fcons (build_string ("Cannot unexec"), Fcons (errstring, data))); |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | /* arch-tag: d8ff72b3-8198-4011-8ef5-011b12027f59 | ||
| 31 | (do not change this comment) */ | ||
diff --git a/src/unexw32.c b/src/unexw32.c index 7d2e639d7d5..54352147c97 100644 --- a/src/unexw32.c +++ b/src/unexw32.c | |||
| @@ -826,5 +826,3 @@ unexec (const char *new_name, const char *old_name) | |||
| 826 | 826 | ||
| 827 | /* eof */ | 827 | /* eof */ |
| 828 | 828 | ||
| 829 | /* arch-tag: fe1d3d1c-ef88-4917-ab22-f12ab16b3254 | ||
| 830 | (do not change this comment) */ | ||
diff --git a/src/vm-limit.c b/src/vm-limit.c index bae247ec57a..4b16f0ee908 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c | |||
| @@ -299,5 +299,3 @@ memory_warnings (POINTER start, void (*warnfun) (const char *)) | |||
| 299 | lim_data = 0; | 299 | lim_data = 0; |
| 300 | } | 300 | } |
| 301 | 301 | ||
| 302 | /* arch-tag: eab04eda-1f69-447a-8d9f-95f0a3983ca5 | ||
| 303 | (do not change this comment) */ | ||
diff --git a/src/w16select.c b/src/w16select.c index 6882a8b7edf..0b39af01574 100644 --- a/src/w16select.c +++ b/src/w16select.c | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | |
| 3 | 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | Copyright (C) 1996, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -146,5 +146,3 @@ extern int _sys_wait_accept (int fd); | |||
| 146 | 146 | ||
| 147 | #endif /* EMACS_W32_H */ | 147 | #endif /* EMACS_W32_H */ |
| 148 | 148 | ||
| 149 | /* arch-tag: 02c36b00-312b-4c4d-a1d9-f905c5e968f0 | ||
| 150 | (do not change this comment) */ | ||
diff --git a/src/w32console.c b/src/w32console.c index c324a299ab5..3e8ced62892 100644 --- a/src/w32console.c +++ b/src/w32console.c | |||
| @@ -760,5 +760,3 @@ scroll-back buffer. */); | |||
| 760 | defsubr (&Sset_message_beep); | 760 | defsubr (&Sset_message_beep); |
| 761 | } | 761 | } |
| 762 | 762 | ||
| 763 | /* arch-tag: a390a07f-f661-42bc-aeb4-e6d8bf860337 | ||
| 764 | (do not change this comment) */ | ||
diff --git a/src/w32font.c b/src/w32font.c index 891f7ac8c78..46add9094f8 100644 --- a/src/w32font.c +++ b/src/w32font.c | |||
| @@ -2584,5 +2584,3 @@ versions of Windows) characters. */); | |||
| 2584 | register_font_driver (&w32font_driver, NULL); | 2584 | register_font_driver (&w32font_driver, NULL); |
| 2585 | } | 2585 | } |
| 2586 | 2586 | ||
| 2587 | /* arch-tag: 65b8a3cd-46aa-4c0d-a1f3-99e75b9c07ee | ||
| 2588 | (do not change this comment) */ | ||
diff --git a/src/w32font.h b/src/w32font.h index 79572237883..ab81849375c 100644 --- a/src/w32font.h +++ b/src/w32font.h | |||
| @@ -85,5 +85,3 @@ Lisp_Object intern_font_name (char *); | |||
| 85 | 85 | ||
| 86 | #endif | 86 | #endif |
| 87 | 87 | ||
| 88 | /* arch-tag: ef9d9675-a2a5-4d01-9526-815e9a3da7cb | ||
| 89 | (do not change this comment) */ | ||
diff --git a/src/w32gui.h b/src/w32gui.h index 4a6903debf8..c43f812a29c 100644 --- a/src/w32gui.h +++ b/src/w32gui.h | |||
| @@ -149,5 +149,3 @@ typedef struct { | |||
| 149 | 149 | ||
| 150 | #endif /* EMACS_W32GUI_H */ | 150 | #endif /* EMACS_W32GUI_H */ |
| 151 | 151 | ||
| 152 | /* arch-tag: 9172e5fb-45a5-4684-afd9-ca0e81324604 | ||
| 153 | (do not change this comment) */ | ||
diff --git a/src/w32heap.h b/src/w32heap.h index 4f22e17687a..a439b4747c1 100644 --- a/src/w32heap.h +++ b/src/w32heap.h | |||
| @@ -94,5 +94,3 @@ IMAGE_SECTION_HEADER * rva_to_section (DWORD rva, IMAGE_NT_HEADERS * nt_header); | |||
| 94 | 94 | ||
| 95 | #endif /* NTHEAP_H_ */ | 95 | #endif /* NTHEAP_H_ */ |
| 96 | 96 | ||
| 97 | /* arch-tag: 3ba4cbe1-8a09-4a41-8f37-fd31f7426b3c | ||
| 98 | (do not change this comment) */ | ||
diff --git a/src/w32inevt.h b/src/w32inevt.h index 160de502e77..c18d722e4b1 100644 --- a/src/w32inevt.h +++ b/src/w32inevt.h | |||
| @@ -30,5 +30,3 @@ extern void w32_console_mouse_position (FRAME_PTR *f, int insist, | |||
| 30 | 30 | ||
| 31 | #endif /* EMACS_W32INEVT_H */ | 31 | #endif /* EMACS_W32INEVT_H */ |
| 32 | 32 | ||
| 33 | /* arch-tag: 7641bd54-199f-4552-8e8a-6a2f5340ef13 | ||
| 34 | (do not change this comment) */ | ||
diff --git a/src/w32menu.c b/src/w32menu.c index fa047aee5c4..26938ff065e 100644 --- a/src/w32menu.c +++ b/src/w32menu.c | |||
| @@ -1734,5 +1734,3 @@ globals_of_w32menu (void) | |||
| 1734 | unicode_message_box = (MessageBoxW_Proc) GetProcAddress (user32, "MessageBoxW"); | 1734 | unicode_message_box = (MessageBoxW_Proc) GetProcAddress (user32, "MessageBoxW"); |
| 1735 | } | 1735 | } |
| 1736 | 1736 | ||
| 1737 | /* arch-tag: 0eaed431-bb4e-4aac-a527-95a1b4f1fed0 | ||
| 1738 | (do not change this comment) */ | ||
diff --git a/src/w32reg.c b/src/w32reg.c index 5c7e9cca0fc..99fca62fbd0 100644 --- a/src/w32reg.c +++ b/src/w32reg.c | |||
| @@ -161,5 +161,3 @@ x_get_string_resource (XrmDatabase rdb, char *name, char *class) | |||
| 161 | return (w32_get_string_resource (name, class, REG_SZ)); | 161 | return (w32_get_string_resource (name, class, REG_SZ)); |
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | /* arch-tag: 755fce25-42d7-4acb-874f-2fb42336823d | ||
| 165 | (do not change this comment) */ | ||
diff --git a/src/w32select.c b/src/w32select.c index 88996e12926..369f49ebbeb 100644 --- a/src/w32select.c +++ b/src/w32select.c | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | |
| 3 | 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 3 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/src/w32term.c b/src/w32term.c index f411a78b2d9..3cf4a0e9657 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -1,7 +1,8 @@ | |||
| 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 | |
| 3 | 1999, 2000, 2001, 2002, 2003, 2004, 2005, | 3 | Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 4 | 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 4 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 5 | Free Software Foundation, Inc. | ||
| 5 | 6 | ||
| 6 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 7 | 8 | ||
diff --git a/src/w32term.h b/src/w32term.h index 1c4169194f1..e6b29b41031 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -707,5 +707,3 @@ typedef BOOL (WINAPI * AppendMenuW_Proc) ( | |||
| 707 | IN UINT_PTR, | 707 | IN UINT_PTR, |
| 708 | IN LPCWSTR); | 708 | IN LPCWSTR); |
| 709 | 709 | ||
| 710 | /* arch-tag: f201d05a-1240-4fc5-8ea4-ca24d4ee5671 | ||
| 711 | (do not change this comment) */ | ||
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c index dc146789fa4..59e4b69b8b3 100644 --- a/src/w32uniscribe.c +++ b/src/w32uniscribe.c | |||
| @@ -965,5 +965,3 @@ syms_of_w32uniscribe (void) | |||
| 965 | register_font_driver (&uniscribe_font_driver, NULL); | 965 | register_font_driver (&uniscribe_font_driver, NULL); |
| 966 | } | 966 | } |
| 967 | 967 | ||
| 968 | /* arch-tag: 9530f0e1-7471-47dd-a780-94330af87ea0 | ||
| 969 | (do not change this comment) */ | ||
diff --git a/src/w32xfns.c b/src/w32xfns.c index 7f330b9b000..75780d14c78 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c | |||
| @@ -443,5 +443,3 @@ x_sync (void *f) | |||
| 443 | { | 443 | { |
| 444 | } | 444 | } |
| 445 | 445 | ||
| 446 | /* arch-tag: 4fab3695-4ad3-4cc6-a2b1-fd2c67dc46be | ||
| 447 | (do not change this comment) */ | ||
diff --git a/src/widget.c b/src/widget.c index d4fb341531d..72ee0e3ab91 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -842,5 +842,3 @@ widget_store_internal_border (Widget widget) | |||
| 842 | ew->emacs_frame.internal_border_width = f->internal_border_width; | 842 | ew->emacs_frame.internal_border_width = f->internal_border_width; |
| 843 | } | 843 | } |
| 844 | 844 | ||
| 845 | /* arch-tag: 931d28e5-0d59-405a-8325-7d475d0a13d9 | ||
| 846 | (do not change this comment) */ | ||
diff --git a/src/widget.h b/src/widget.h index f1df67ac368..3f404909130 100644 --- a/src/widget.h +++ b/src/widget.h | |||
| @@ -99,5 +99,3 @@ void widget_store_internal_border (Widget widget); | |||
| 99 | 99 | ||
| 100 | #endif /* _EmacsFrame_h */ | 100 | #endif /* _EmacsFrame_h */ |
| 101 | 101 | ||
| 102 | /* arch-tag: 98be17cc-8878-4701-abfa-66f1c04e9cb7 | ||
| 103 | (do not change this comment) */ | ||
diff --git a/src/widgetprv.h b/src/widgetprv.h index 34ec3bfbfe8..f721ecdae14 100644 --- a/src/widgetprv.h +++ b/src/widgetprv.h | |||
| @@ -77,5 +77,3 @@ extern EmacsFrameClassRec emacsFrameClassRec; /* class pointer */ | |||
| 77 | 77 | ||
| 78 | #endif /* _EmacsFrameP_h */ | 78 | #endif /* _EmacsFrameP_h */ |
| 79 | 79 | ||
| 80 | /* arch-tag: 2b579b4c-f697-4f86-b27a-35b7cb1a4a1c | ||
| 81 | (do not change this comment) */ | ||
diff --git a/src/window.c b/src/window.c index 1487f3033fe..69dc8c7c68e 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -158,6 +158,11 @@ static int sequence_number; | |||
| 158 | 158 | ||
| 159 | static int window_initialized; | 159 | static int window_initialized; |
| 160 | 160 | ||
| 161 | /* Set in `set-window-configuration' to prevent "swapping out point" | ||
| 162 | in the old selected window. */ | ||
| 163 | |||
| 164 | static int inhibit_point_swap; | ||
| 165 | |||
| 161 | /* Hook to run when window config changes. */ | 166 | /* Hook to run when window config changes. */ |
| 162 | 167 | ||
| 163 | static Lisp_Object Qwindow_configuration_change_hook; | 168 | static Lisp_Object Qwindow_configuration_change_hook; |
| @@ -191,6 +196,10 @@ static int window_scroll_preserve_vpos; | |||
| 191 | static int inhibit_frame_unsplittable; | 196 | static int inhibit_frame_unsplittable; |
| 192 | #endif /* 0 */ | 197 | #endif /* 0 */ |
| 193 | 198 | ||
| 199 | extern EMACS_INT scroll_margin; | ||
| 200 | |||
| 201 | extern Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions; | ||
| 202 | |||
| 194 | /* If non-nil, then the `recenter' command with a nil argument | 203 | /* If non-nil, then the `recenter' command with a nil argument |
| 195 | the entire frame to be redrawn; the special value `tty' causes the | 204 | the entire frame to be redrawn; the special value `tty' causes the |
| 196 | frame to be redrawn only if it is a tty frame. */ | 205 | frame to be redrawn only if it is a tty frame. */ |
| @@ -3594,7 +3603,9 @@ selected window before each command. */) | |||
| 3594 | /* Store the current buffer's actual point into the | 3603 | /* Store the current buffer's actual point into the |
| 3595 | old selected window. It belongs to that window, | 3604 | old selected window. It belongs to that window, |
| 3596 | and when the window is not selected, must be in the window. */ | 3605 | and when the window is not selected, must be in the window. */ |
| 3597 | if (!NILP (selected_window)) | 3606 | if (inhibit_point_swap) |
| 3607 | inhibit_point_swap = 0; | ||
| 3608 | else | ||
| 3598 | { | 3609 | { |
| 3599 | ow = XWINDOW (selected_window); | 3610 | ow = XWINDOW (selected_window); |
| 3600 | if (! NILP (ow->buffer)) | 3611 | if (! NILP (ow->buffer)) |
| @@ -5767,7 +5778,7 @@ zero means top of window, negative means relative to bottom of window. */) | |||
| 5767 | /* This test is needed to make sure PT/PT_BYTE make sense in w->buffer | 5778 | /* This test is needed to make sure PT/PT_BYTE make sense in w->buffer |
| 5768 | when passed below to set_marker_both. */ | 5779 | when passed below to set_marker_both. */ |
| 5769 | error ("move-to-window-line called from unrelated buffer"); | 5780 | error ("move-to-window-line called from unrelated buffer"); |
| 5770 | 5781 | ||
| 5771 | window = selected_window; | 5782 | window = selected_window; |
| 5772 | start = marker_position (w->start); | 5783 | start = marker_position (w->start); |
| 5773 | if (start < BEGV || start > ZV) | 5784 | if (start < BEGV || start > ZV) |
| @@ -6144,10 +6155,6 @@ the return value is nil. Otherwise the value is t. */) | |||
| 6144 | } | 6155 | } |
| 6145 | 6156 | ||
| 6146 | FRAME_ROOT_WINDOW (f) = data->root_window; | 6157 | FRAME_ROOT_WINDOW (f) = data->root_window; |
| 6147 | /* Prevent "swapping out point" in the old selected window | ||
| 6148 | using the buffer that has been restored into it. | ||
| 6149 | We already swapped out point that from that window's old buffer. */ | ||
| 6150 | selected_window = Qnil; | ||
| 6151 | 6158 | ||
| 6152 | /* Arrange *not* to restore point in the buffer that was | 6159 | /* Arrange *not* to restore point in the buffer that was |
| 6153 | current when the window configuration was saved. */ | 6160 | current when the window configuration was saved. */ |
| @@ -6156,6 +6163,11 @@ the return value is nil. Otherwise the value is t. */) | |||
| 6156 | make_number (old_point), | 6163 | make_number (old_point), |
| 6157 | XWINDOW (data->current_window)->buffer); | 6164 | XWINDOW (data->current_window)->buffer); |
| 6158 | 6165 | ||
| 6166 | /* In the following call to `select-window, prevent "swapping | ||
| 6167 | out point" in the old selected window using the buffer that | ||
| 6168 | has been restored into it. We already swapped out that point | ||
| 6169 | from that window's old buffer. */ | ||
| 6170 | inhibit_point_swap = 1; | ||
| 6159 | Fselect_window (data->current_window, Qnil); | 6171 | Fselect_window (data->current_window, Qnil); |
| 6160 | XBUFFER (XWINDOW (selected_window)->buffer)->last_selected_window | 6172 | XBUFFER (XWINDOW (selected_window)->buffer)->last_selected_window |
| 6161 | = selected_window; | 6173 | = selected_window; |
| @@ -6165,13 +6177,6 @@ the return value is nil. Otherwise the value is t. */) | |||
| 6165 | && FRAME_LIVE_P (XFRAME (data->focus_frame)))) | 6177 | && FRAME_LIVE_P (XFRAME (data->focus_frame)))) |
| 6166 | Fredirect_frame_focus (frame, data->focus_frame); | 6178 | Fredirect_frame_focus (frame, data->focus_frame); |
| 6167 | 6179 | ||
| 6168 | #if 0 /* I don't understand why this is needed, and it causes problems | ||
| 6169 | when the frame's old selected window has been deleted. */ | ||
| 6170 | if (f != selected_frame && FRAME_WINDOW_P (f)) | ||
| 6171 | do_switch_frame (WINDOW_FRAME (XWINDOW (data->root_window)), | ||
| 6172 | 0, 0, Qnil); | ||
| 6173 | #endif | ||
| 6174 | |||
| 6175 | /* Set the screen height to the value it had before this function. */ | 6180 | /* Set the screen height to the value it had before this function. */ |
| 6176 | if (previous_frame_lines != FRAME_LINES (f) | 6181 | if (previous_frame_lines != FRAME_LINES (f) |
| 6177 | || previous_frame_cols != FRAME_COLS (f)) | 6182 | || previous_frame_cols != FRAME_COLS (f)) |
| @@ -7094,6 +7099,8 @@ syms_of_window (void) | |||
| 7094 | window_scroll_preserve_hpos = -1; | 7099 | window_scroll_preserve_hpos = -1; |
| 7095 | window_scroll_preserve_vpos = -1; | 7100 | window_scroll_preserve_vpos = -1; |
| 7096 | 7101 | ||
| 7102 | inhibit_point_swap = 0; | ||
| 7103 | |||
| 7097 | DEFVAR_LISP ("temp-buffer-show-function", &Vtemp_buffer_show_function, | 7104 | DEFVAR_LISP ("temp-buffer-show-function", &Vtemp_buffer_show_function, |
| 7098 | doc: /* Non-nil means call as function to display a help buffer. | 7105 | doc: /* Non-nil means call as function to display a help buffer. |
| 7099 | The function is called with one argument, the buffer to be displayed. | 7106 | The function is called with one argument, the buffer to be displayed. |
| @@ -7272,5 +7279,3 @@ keys_of_window (void) | |||
| 7272 | initial_define_key (meta_map, 'v', "scroll-down-command"); | 7279 | initial_define_key (meta_map, 'v', "scroll-down-command"); |
| 7273 | } | 7280 | } |
| 7274 | 7281 | ||
| 7275 | /* arch-tag: 90a9c576-0590-48f1-a5f1-6c96a0452d9f | ||
| 7276 | (do not change this comment) */ | ||
diff --git a/src/window.h b/src/window.h index 1143b6f094d..620c1b3392e 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -894,5 +894,3 @@ extern int window_box_text_cols (struct window *w); | |||
| 894 | 894 | ||
| 895 | #endif /* not WINDOW_H_INCLUDED */ | 895 | #endif /* not WINDOW_H_INCLUDED */ |
| 896 | 896 | ||
| 897 | /* arch-tag: d4a6942f-e433-4ffe-ac10-2c3574f28577 | ||
| 898 | (do not change this comment) */ | ||
diff --git a/src/xfaces.c b/src/xfaces.c index 58027799c2d..9d3c5927d6c 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | /* xfaces.c -- "Face" primitives. | 1 | /* xfaces.c -- "Face" primitives. |
| 2 | |||
| 2 | Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 | Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 3 | 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 4 | 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 5 | Free Software Foundation, Inc. | ||
| 4 | 6 | ||
| 5 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 6 | 8 | ||
diff --git a/src/xfns.c b/src/xfns.c index bbec8759cd1..7fcb4c637a1 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -1,7 +1,8 @@ | |||
| 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 | |
| 3 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 3 | Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | Free Software Foundation, Inc. | 4 | 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, |
| 5 | 2011 Free Software Foundation, Inc. | ||
| 5 | 6 | ||
| 6 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 7 | 8 | ||
diff --git a/src/xfont.c b/src/xfont.c index c167a0ddc93..a3de5988093 100644 --- a/src/xfont.c +++ b/src/xfont.c | |||
| @@ -1114,5 +1114,3 @@ syms_of_xfont (void) | |||
| 1114 | register_font_driver (&xfont_driver, NULL); | 1114 | register_font_driver (&xfont_driver, NULL); |
| 1115 | } | 1115 | } |
| 1116 | 1116 | ||
| 1117 | /* arch-tag: 23c5f366-a5ee-44b7-a3b7-90d6da7fd749 | ||
| 1118 | (do not change this comment) */ | ||
diff --git a/src/xftfont.c b/src/xftfont.c index 79dc6c5715a..722eb09e9df 100644 --- a/src/xftfont.c +++ b/src/xftfont.c | |||
| @@ -778,5 +778,3 @@ syms_of_xftfont (void) | |||
| 778 | register_font_driver (&xftfont_driver, NULL); | 778 | register_font_driver (&xftfont_driver, NULL); |
| 779 | } | 779 | } |
| 780 | 780 | ||
| 781 | /* arch-tag: 64ec61bf-7c8e-4fe6-b953-c6a85d5e1605 | ||
| 782 | (do not change this comment) */ | ||
diff --git a/src/xgselect.c b/src/xgselect.c index 971b204ca4d..4091f501c43 100644 --- a/src/xgselect.c +++ b/src/xgselect.c | |||
| @@ -157,5 +157,3 @@ xgselect_initialize (void) | |||
| 157 | #endif /* defined (USE_GTK) || defined (HAVE_GCONF) */ | 157 | #endif /* defined (USE_GTK) || defined (HAVE_GCONF) */ |
| 158 | } | 158 | } |
| 159 | 159 | ||
| 160 | /* arch-tag: c5873ee3-d1f6-44f9-9f3b-b14f70fd0e6a | ||
| 161 | (do not change this comment) */ | ||
diff --git a/src/xgselect.h b/src/xgselect.h index dc26ccee34a..14faf068131 100644 --- a/src/xgselect.h +++ b/src/xgselect.h | |||
| @@ -34,5 +34,3 @@ extern void xgselect_initialize (void); | |||
| 34 | 34 | ||
| 35 | #endif /* XGSELECT_H */ | 35 | #endif /* XGSELECT_H */ |
| 36 | 36 | ||
| 37 | /* arch-tag: 0c5392a8-3a41-41eb-839c-58e6595926f0 | ||
| 38 | (do not change this comment) */ | ||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Interface to libxml2. | 1 | /* Interface to libxml2. |
| 2 | Copyright (C) 2010 Free Software Foundation, Inc. | 2 | Copyright (C) 2010, 2011 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/xrdb.c b/src/xrdb.c index 3d3aeb4ab57..64879fbc4d3 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -764,5 +764,3 @@ main (argc, argv) | |||
| 764 | } | 764 | } |
| 765 | #endif /* TESTRM */ | 765 | #endif /* TESTRM */ |
| 766 | 766 | ||
| 767 | /* arch-tag: 37e6fbab-ed05-4363-9e76-6c4109ed511f | ||
| 768 | (do not change this comment) */ | ||
diff --git a/src/xselect.c b/src/xselect.c index cca4117cb37..da562609b9c 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -2714,5 +2714,3 @@ A value of 0 means wait as long as necessary. This is initialized from the | |||
| 2714 | staticpro (&Qforeign_selection); | 2714 | staticpro (&Qforeign_selection); |
| 2715 | } | 2715 | } |
| 2716 | 2716 | ||
| 2717 | /* arch-tag: 7c293b0f-9918-4f69-8ac7-03e142307236 | ||
| 2718 | (do not change this comment) */ | ||
diff --git a/src/xsettings.c b/src/xsettings.c index 16c4603f592..dbb3a8701ed 100644 --- a/src/xsettings.c +++ b/src/xsettings.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Functions for handle font and other changes dynamically. | 1 | /* Functions for handling font and other changes dynamically. |
| 2 | Copyright (C) 2009, 2010, 2011 | 2 | |
| 3 | Free Software Foundation, Inc. | 3 | Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -777,5 +777,3 @@ If this variable is nil, Emacs ignores system font changes. */); | |||
| 777 | Fprovide (intern_c_string ("dynamic-setting"), Qnil); | 777 | Fprovide (intern_c_string ("dynamic-setting"), Qnil); |
| 778 | } | 778 | } |
| 779 | 779 | ||
| 780 | /* arch-tag: 541716ed-2e6b-42e1-8212-3197e01ea61d | ||
| 781 | (do not change this comment) */ | ||
diff --git a/src/xsettings.h b/src/xsettings.h index 858c358b1bb..66005cf99b6 100644 --- a/src/xsettings.h +++ b/src/xsettings.h | |||
| @@ -31,5 +31,3 @@ extern const char *xsettings_get_system_normal_font (void); | |||
| 31 | 31 | ||
| 32 | #endif /* XSETTINGS_H */ | 32 | #endif /* XSETTINGS_H */ |
| 33 | 33 | ||
| 34 | /* arch-tag: 2c0f5c49-e925-4452-b778-4c082da6dd72 | ||
| 35 | (do not change this comment) */ | ||
diff --git a/src/xsmfns.c b/src/xsmfns.c index d67166e48fa..515d0e28a86 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c | |||
| @@ -594,5 +594,3 @@ See also `emacs-save-session-functions', `emacs-session-save' and | |||
| 594 | 594 | ||
| 595 | #endif /* HAVE_X_SM */ | 595 | #endif /* HAVE_X_SM */ |
| 596 | 596 | ||
| 597 | /* arch-tag: 56a2c58c-adfa-430a-b772-130abd29fd2e | ||
| 598 | (do not change this comment) */ | ||
diff --git a/src/xterm.c b/src/xterm.c index c15539182f6..2c04e9fa848 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -1,6 +1,7 @@ | |||
| 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 | |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 3 | Copyright (C) 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 4 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | ||
| 4 | Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 5 | 6 | ||
| 6 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
diff --git a/src/xterm.h b/src/xterm.h index 9a1222be9cc..4f075be7fc0 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -1113,5 +1113,3 @@ extern Lisp_Object Qx_gtk_map_stock; | |||
| 1113 | (nr).width = (rwidth), \ | 1113 | (nr).width = (rwidth), \ |
| 1114 | (nr).height = (rheight)) | 1114 | (nr).height = (rheight)) |
| 1115 | 1115 | ||
| 1116 | /* arch-tag: 78a7972a-b18f-4694-861a-0780c4b3090e | ||
| 1117 | (do not change this comment) */ | ||