* configure.ac: Document that --enable-gcc-warnings emits errors.
[emacs.git] / test / ChangeLog
blob7857000ba2f203bfe3a7b53fb648a10bcfdbb6de
1 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
5 2013-01-14  Glenn Morris  <rgm@gnu.org>
7         * automated/compile-tests.el (compile-tests--test-regexps-data):
8         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
10 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
12         * automated/man-tests.el: New file.
14 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
16         * automated/undo-tests.el (undo-test0): Adjust error to code change.
18 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
20         * automated/undo-tests.el: New file.
22 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
24         * automated/ruby-mode-tests.el
25         (ruby-indent-after-block-in-continued-expression): New test.
27 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
29         * automated/ruby-mode-tests.el
30         Rename one interpolation test; add three more.
31         (ruby-with-temp-buffer): New macro, use it where appropriate.
32         (ruby-add-log-current-method-examples): Use "_" for target point.
33         Add four new tests for ruby-add-log-current-method.
35 2012-12-11  Glenn Morris  <rgm@gnu.org>
37         * automated/f90.el (f90-test-bug13138): New test.
39 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
41         * automated/inotify-test.el: New test.
43 2012-12-02  Chong Yidong  <cyd@gnu.org>
45         * automated/ruby-mode-tests.el
46         (ruby-add-log-current-method-examples): Don't use loop macro, to
47         allow automated testing to work.
49 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
51         * automated/advice-tests.el (advice-tests--data): Remove.
52         (advice-tests): Move the tests directly here instead.
53         Add called-interactively-p tests.
55 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * automated/ert-x-tests.el: Use cl-lib.
58         * automated/ert-tests.el: Use lexical-binding and cl-lib.
60 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
62         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
63         (ruby-indent-inside-heredoc-after-operator)
64         (ruby-indent-inside-heredoc-after-space): New tests.
65         Change direct font-lock face references to var references.
66         (ruby-interpolation-suppresses-syntax-inside): New test.
67         (ruby-interpolation-inside-percent-literal-with-paren):
68         New failing test.
70 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
72         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
73         (ruby-singleton-class-no-heredoc-font-lock)
74         (ruby-add-log-current-method-examples): New tests.
75         (ruby-test-string): Extract from ruby-should-indent-buffer.
76         (ruby-deftest-move-to-block): New macro.
77         Add several move-to-block tests.
79 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
81         * automated/advice-tests.el: New tests.
83 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
85         * automated/compile-tests.el (compile-tests--test-regexps-data):
86         Add new data for msft's new format.
88 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
90         * automated/ruby-mode-tests.el:
91         (ruby-toggle-block-to-multiline): New test.
92         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
93         (ruby-toggle-block-to-brace): Use buffer-string.
95 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
97         * automated/ruby-mode-tests.el: New tests (Bug#11613).
99 2012-08-28  Chong Yidong  <cyd@gnu.org>
101         * automated/files.el: Test every combination of values for
102         enable-local-variables and enable-local-eval.
104 2012-08-19  Chong Yidong  <cyd@gnu.org>
106         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
108 2012-08-18  Chong Yidong  <cyd@gnu.org>
110         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
112 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
114         * indent/ruby.rb: Rearrange examples, add new ones.
116 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
118         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
119         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
121 2012-08-11  Glenn Morris  <rgm@gnu.org>
123         * automated/files.el: New file.
125         * automated/Makefile.in (all): Fix typo.
127 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
129         * automated/ruby-mode-tests.el (ruby-should-indent):
130         Add docstring, check (current-indentation) instead of (current-column).
131         (ruby-should-indent-buffer): New function.
132         Add tests for `ruby-deep-indent-paren' behavior.
133         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
135 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
137         Original tests in test_ruby_mode.rb in upstream (author).
139 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
141         * automated/ruby-mode-tests.el (ruby-should-indent)
142         (ruby-assert-state): New functions.
143         Add new tests.
145 2012-07-29  David Engster  <deng@randomsample.de>
147         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
148         New variable to hold test data for name expansion.
149         (xml-parse-tests): Test the two different types of name expansion.
151 2012-07-29  Juri Linkov  <juri@jurta.org>
153         * automated/occur-tests.el (occur-test-case): Use predefined
154         buffer name " *test-occur*" instead of a random buffer name.
156 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
158         * automated/ruby-mode-tests.el: New file with one test.
160 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * indent/shell.sh: Add test case for ${#VAR}.
164         * indent/latex-mode.tex: New file.
166 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
168         * eshell.el: Use cl-lib.
170 2012-07-03  Chong Yidong  <cyd@gnu.org>
172         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
174 2012-07-02  Chong Yidong  <cyd@gnu.org>
176         * automated/xml-parse-tests.el (xml-parse-tests--data):
177         More testcases.
179 2012-07-01  Chong Yidong  <cyd@gnu.org>
181         * automated/xml-parse-tests.el: New file.
183 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
185         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
186         Use cl-flet.
188 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
190         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
191         Test escaped commas in TZID (Bug#11473).
192         (icalendar-import-with-timezone): New.
193         (icalendar-real-world): Add new testcase as given in the bugreport
194         of Bug#11473.
196 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
198         * automated/icalendar-tests.el (icalendar-tests--test-import):
199         Include UID in import tests (Bug#11525).
200         (icalendar-import-non-recurring, icalendar-import-rrule)
201         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
202         UID-import change.
203         (icalendar-import-with-uid): New.
204         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
205         Include UID in cycle tests.
206         (icalendar-cycle, icalendar-real-world): UID-import change.
208 2012-05-21  Glenn Morris  <rgm@gnu.org>
210         * automated/Makefile.in (setwins): Scrap superfluous subshell.
212 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
214         * automated/url-util-tests.el: New file to test
215         lisp/url/url-util.el.  Only `url-build-query-string' and
216         `url-parse-query-string' are tested right now (Bug#8706).
218 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
220         * indent/shell.sh:
221         * indent/shell.rc: Ad some test cases.
223 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
225         * indent/ruby.rb: New file, to test new syntax-propertize code.
227 2012-04-11  Glenn Morris  <rgm@gnu.org>
229         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
231 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
233         * automated/url-future-tests.el (url-future-tests): Move from
234         lisp/url/url-future.el and rename.
236 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
238         * automated/icalendar-tests.el (icalendar-import-non-recurring):
239         Fix broken test, caused by missing trailing blank.
241 2011-12-03  Chong Yidong  <cyd@gnu.org>
243         * automated/compile-tests.el (compile-tests--test-regexps-data):
244         Increase column numbers by one to reflect change in how
245         compilation-message is recorded (Bug#10172).
247 2011-11-22  Glenn Morris  <rgm@gnu.org>
249         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
251 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
253         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
255 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
257         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
258         (icalendar-tests--test-export, icalendar-tests--do-test-export):
259         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
261 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
263         * automated/newsticker-tests.el
264         (newsticker--group-manage-orphan-feeds): Remove fsetting of
265         newsticker--treeview-tree-update.
267 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
269         * automated/newsticker-tests.el
270         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
272         * trunk/test/automated/newsticker-tests.el
273         (newsticker--group-manage-orphan-feeds): Prevent updating
274         newsticker treeview. Fixed bug#9763.
276 2011-10-20  Glenn Morris  <rgm@gnu.org>
278         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
280         * automated/vc-bzr.el: New file.
282 2011-10-15  Glenn Morris  <rgm@gnu.org>
284         * automated/f90.el: New file.
286 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
288         * automated/newsticker-tests.el: Move newsticker-testsuite.el
289         to automated/newsticker-tests.el. Convert to ERT.
291 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
293         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
294         Removed, simply use string=.
295         (icalendar--diarytime-to-isotime)
296         (icalendar--datetime-to-diary-date)
297         (icalendar--datestring-to-isodate)
298         (icalendar--format-ical-event)
299         (icalendar--parse-summary-and-rest)
300         (icalendar-tests--do-test-import)
301         (icalendar-tests--do-test-cycle): Change argument order of
302         string= to EXPECTED ACTUAL.
303         (icalendar--import-format-sample)
304         (icalendar--format-ical-event)
305         (icalendar-import-non-recurring)
306         (icalendar-import-rrule)
307         (icalendar-import-duration)
308         (icalendar-import-bug-6766)
309         (icalendar-real-world): Adjust to string= instead of
310         icalendar-tests--compare-strings.
311         (icalendar-import-multiple-vcalendars): New.
313 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
315         * automated/gnus-tests.el: Add wrapper for Gnus tests.
316         Require CL.
318 2011-05-09  Juri Linkov  <juri@jurta.org>
320         * automated/occur-tests.el: Move from test/occur-testsuite.el.
321         Convert to ERT.
323 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
325         * automated/compile-tests.el: New file.
327 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
329         * automated/font-parse-tests.el: Don't byte-compile.
331         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
333 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
335         * automated/lexbind-tests.el: New file.
337 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
339         * Version 23.3 released.
341 2011-03-05  Glenn Morris  <rgm@gnu.org>
343         * eshell.el: Move here from lisp/eshell/esh-test.el.
345 2011-03-03  Christian Ohler  <ohler@gnu.org>
347         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
348         New test.
350 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
352         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
353         convert to ERT format.
355 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
357         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
358         convert to ERT format.
360 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
362         * indent/shell.sh:
363         * indent/shell.rc: New files.
365 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
367         * automated/font-parse-tests.el: Move from
368         font-parse-testsuite.el.
370 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
372         * font-parse-testsuite.el (test-font-parse-data): New file.
374 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
376         * indent/prolog.prolog: Add tokenizing tests.
378 2011-01-13  Christian Ohler  <ohler@gnu.org>
380         * automated: New directory for automated tests.
382         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
384         * automated/Makefile.in: New file.
386 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
388         * indent/modula2.mod: New file.
390 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
392         * indent/octave.m: Add a test to ensure indentation is local.
394 2010-10-23  Glenn Morris  <rgm@gnu.org>
396         * comint-testsuite.el
397         (comint-testsuite--test-comint-password-prompt-regexp):
398         Add "Please enter the password".  (Bug#7224)
400 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
402         * indent/prolog.prolog: Use normal spacing around !.
404 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
406         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
408 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
410         * indent/octave.m: Remove some `fixindent' not needed any more.
412 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
414         * indent/octave.m: New file.
416 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
418         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
419         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
420         (icalendar-testsuite--run-internal-tests): New.
421         (icalendar-testsuite--test-convert-ordinary-to-ical)
422         (icalendar-testsuite--test-convert-block-to-ical)
423         (icalendar-testsuite--test-convert-anniversary-to-ical)
424         (icalendar-testsuite--test-parse-vtimezone)
425         (icalendar-testsuite--do-test-export): Code formatting.
426         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
427         (icalendar-testsuite--do-test-import)
428         (icalendar-testsuite--do-test-cycle):
429         Use icalendar-testsuite--compare-strings
430         (icalendar-testsuite--run-import-tests): Comment added.
431         (icalendar-testsuite--run-import-tests)
432         (icalendar-testsuite--run-real-world-tests): Fix expected results.
434 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
436         * redisplay-testsuite.el (test-redisplay-3): New test.
438 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
440         * comint-testsuite.el: New file.
442 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * indent: New dir.
446 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
448         * Version 23.2 released.
450 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
452         * cedet/semantic-ia-utest.el
453         (semantic-symref-test-count-hits-in-tag): Add function, from
454         semantic-test.el.
456         * cedet/tests/test.cpp:
457         * cedet/tests/test.py:
458         * cedet/tests/teststruct.cpp:
459         * cedet/tests/testtemplates.cpp:
460         * cedet/tests/testusing.cpp:
461         * cedet/tests/scopetest.cpp:
462         * cedet/tests/scopetest.java: Files deleted.
464         * cedet/tests/test.make:
465         * cedet/tests/test.c:
466         * cedet/tests/testjavacomp.java:
467         * cedet/tests/testspp.c:
468         * cedet/tests/testsppreplace.c:
469         * cedet/tests/testsppreplaced.c:
470         * cedet/tests/testsubclass.cpp:
471         * cedet/tests/testsubclass.hh:
472         * cedet/tests/testtypedefs.cpp:
473         * cedet/tests/testvarnames.c:
474         * cedet/tests/test.el:
475         * cedet/tests/testdoublens.cpp:
476         * cedet/tests/testdoublens.hpp: Add copyright header.
478         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
479         Remove reference to deleted files.
481 2010-03-30  Juri Linkov  <juri@jurta.org>
483         * occur-testsuite.el (occur-tests): Add tests for context lines.
485 2010-03-23  Juri Linkov  <juri@jurta.org>
487         * occur-testsuite.el: New file.
489 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
491         * Branch for 23.2.
493 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
495         * icalendar-testsuite.el
496         (icalendar-testsuite--run-function-tests): Add new tests.
497         (icalendar-testsuite--test-diarytime-to-isotime): Add another
498         testcase.
499         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
500         (icalendar-testsuite--test-convert-weekly-to-ical): New.
501         (icalendar-testsuite--test-convert-yearly-to-ical): New.
502         (icalendar-testsuite--test-convert-block-to-ical): New.
503         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
504         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
506 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
508         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
509         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
510         Fix typos in docstrings and error messages.
511         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
513 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
515         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
516         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
517         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
519 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
521         * icalendar-testsuite.el
522         (icalendar-testsuite--run-function-tests):
523         Add icalendar-testsuite--test-parse-vtimezone.
524         (icalendar-testsuite--test-parse-vtimezone): New.
525         (icalendar-testsuite--do-test-cycle): Doc changes.
526         (icalendar-testsuite--run-real-world-tests): Remove trailing
527         whitespace -- see change of icalendar--add-diary-entry in
528         icalendar.el.
529         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
531 2009-09-30  Glenn Morris  <rgm@gnu.org>
533         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
535 2009-06-26  Eric Ludlam  <zappo@gnu.org>
537         * cedet/*: New unit tests, from CEDET repository.
539 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
541         * redisplay-testsuite.el: New file.
543 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
545         * Branch for 23.1.
547 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
549         * icalendar-testsuite.el
550         (icalendar-testsuite--run-function-tests):
551         Add icalendar-testsuite--test-diarytime-to-isotime.
552         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
553         recent icalendar fixes.
554         (icalendar-testsuite--test-diarytime-to-isotime): New.
555         (icalendar-testsuite--test-create-uid): Adjust to recent
556         icalendar changes.
558 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
560         * bytecomp-testsuite.el: New file.
562 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
564         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
565         Add `icalendar-testsuite--test-create-uid'.
566         (icalendar-testsuite--test-create-uid): New.
568 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
570         * newsticker-testsuite.el: New file.
572 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
574         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
575         Add icalendar-testsuite--test-datestring-to-isodate,
576         icalendar-testsuite--test-datetime-to-diary-date, and
577         icalendar-testsuite--test-calendar-style.
578         (icalendar-testsuite--test-format-ical-event):
579         (icalendar-testsuite--test-parse-summary-and-rest):
580         Doc fix.  Remove european-calendar-style.
581         (icalendar-testsuite--get-ical-event): Doc fix.
582         (icalendar-testsuite--test-first-weekday-of-year):
583         (icalendar-testsuite--run-cycle-tests): Add doc string.
584         (icalendar-testsuite--test-datestring-to-isodate):
585         (icalendar-testsuite--test-datetime-to-diary-date):
586         (icalendar-testsuite--test-calendar-style): New functions.
587         (icalendar-testsuite--test-export): Handle iso date style.
588         New arg INPUT-ISO.  Use calendar-date-style.
589         (icalendar-testsuite--test-import): Handle iso date style.
590         New arg EXPECTED-ISO.  Use calendar-date-style.
591         (icalendar-testsuite--test-cycle): Handle iso date style.
592         (icalendar-testsuite--run-import-tests):
593         (icalendar-testsuite--run-export-tests):
594         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
596 2008-02-29  Glenn Morris  <rgm@gnu.org>
598         * README: New file.
600 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
602         * icalendar-testsuite.el: New file.
604 ;; Local Variables:
605 ;; coding: utf-8
606 ;; End:
608   Copyright (C) 2008-2013 Free Software Foundation, Inc.
610   This file is part of GNU Emacs.
612   GNU Emacs is free software: you can redistribute it and/or modify
613   it under the terms of the GNU General Public License as published by
614   the Free Software Foundation, either version 3 of the License, or
615   (at your option) any later version.
617   GNU Emacs is distributed in the hope that it will be useful,
618   but WITHOUT ANY WARRANTY; without even the implied warranty of
619   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
620   GNU General Public License for more details.
622   You should have received a copy of the GNU General Public License
623   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.