Move lisp/emacs-lisp/authors.el to admin/
[bpt/emacs.git] / lisp / ChangeLog.11
index cd1799e..bbba11d 100644 (file)
@@ -84,7 +84,7 @@
 
 2004-12-30  Andreas Leue  <al@sphenon.de>
 
-       * textmodes/artist.el (artist-version): 1.2.6
+       * textmodes/artist.el (artist-version): 1.2.6.
        (artist-prev-next-op-alist): New variable.
        (artist-select-next-op-in-list): New function.
        (artist-select-prev-op-in-list): New function.
        (calculator-radix-grouping-digits)
        (calculator-radix-grouping-separator):
        New defcustoms for the new radix grouping mode functionality.
-       (calculator-mode-hook): Now used in electric mode too,
+       (calculator-mode-hook): Now used in electric mode too.
        (calculator): Call it.
        (calculator-mode-map): Some new keys.
        (calculator-message): New function.  Some new calls.
 
 2004-11-26  Jay Belanger  <belanger@truman.edu>
 
-       * calc-misc.el (calc-last-why-command): Declare it.
+       * calc/calc-misc.el (calc-last-why-command): Declare it.
 
-       * calc-vec.el (math-grade-vec): New variable.
+       * calc/calc-vec.el (math-grade-vec): New variable.
        (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
        Replace variable grade-vec by declared variable.
        (math-rb-close): New variable.
 
 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
 
-       * tramp.el (tramp-handle-directory-files-and-attributes): New function.
+       * net/tramp.el (tramp-handle-directory-files-and-attributes):
+       New function.
        (tramp-perl-directory-files-and-attributes): New constant.
        (tramp-file-name-handler-alist): Delete file-directory-files, add
        directory-files-and-attributes.
        substitute-env-vars -- not quite shell compatible but better than
        nothing.
        (compilation-error-regexp-alist-alist): Simplify ftnchek to only
-       handle the newer versions messages, which are more parseable.
+       handle the newer versions messages, which are more parsable.
 
 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        (math-rewrite, math-rewrite-phase): Replace variable expr by
        declared variable.
        (math-rewrite-heads-heads, math-rewrite-heads-skips)
-       (math-rewrite-heads-blanks ): New variables.
+       (math-rewrite-heads-blanks): New variables.
        (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
        heads, skips and blanks by declared variables.
        (math-rwcomp-subst-old, math-rwcomp-subst-new)
        (math-so-far, math-integ-expr, math-expr-parts, calc-low)
        (calc-high, math-solve-var, math-solve-full, math-solve-vars)
        (math-try-solve-sign, math-solve-b, math-solve-system-vv)
-       (math-solve-res): New variables
+       (math-solve-res): New variables.
        (math-derivative, calcFunc-deriv, calcFunc-tderiv)
        (math-integral, math-replace-integral-parts)
        (math-integrate-by-parts, calc-dump-integral-cache)
        string to kill-ring.
 
        * calc/calc-aent.el (calc-alg-exp, math-toks)
-       (math-exp-pos,math-exp-old-pos, math-exp-token)
+       (math-exp-pos, math-exp-old-pos, math-exp-token)
        (math-exp-keep-spaces, math-exp-str): New variables.
        (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
        (calcAlg-enter): Use declared variable calc-alg-exp.
 
        * subr.el (read-passwd): Move back from password.el.
 
-       * password.el: Remove, not ready yet.
+       * net/password.el: Remove, not ready yet.
 
 2004-10-29  Andreas Schwab  <schwab@suse.de>
 
 
 2004-10-26  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
+       * calc/calc.el (calc, full-calc, calc-quit, calc-keypad)
        (full-calc-keypad, calc-trail-display): Use an extra argument
        instead of `interactive-p'.
 
        mark mode (to include the current match to region boundaries).
        Push the search string to `query-replace-from-history-variable'.
        Add prompt "Query replace regexp" for isearch-regexp.
-       Add region beginning/end as last arguments of `perform-replace.'
+       Add region beginning/end as last arguments of `perform-replace'.
        (isearch-query-replace-regexp): Replace code by the call to
        `isearch-query-replace' with arg `t'.
 
        (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
        appropriately.
        (isearch-mode-map): Bind `}' to `isearch-}-char'.
-       (isearch-string, isearch-message,string, isearch-point)
+       (isearch-string, isearch-message-string, isearch-point)
        (isearch-success, isearch-forward-flag, isearch-other-end)
        (isearch-word, isearch-invalid-regexp, isearch-wrapped)
        (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
        (disabled-command-function): Function renamed from
        `disabled-command-hook'.  Adapt code to name change of the variable.
 
-2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
+2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>
 
        * simple.el (completion-root-regexp): New defvar.
        (completion-setup-function): Use it instead of a literal string.
 
 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
 
-       * flymake.el: New file.
+       * progmodes/flymake.el: New file.
 
 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
 
 2004-05-28  Simon Josefsson  <jas@extundo.com>
 
        * mail/smtpmail.el (smtpmail-open-stream):
-       Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
-
-2004-05-26  Simon Josefsson  <jas@extundo.com>
-
-       * starttls.el: Merge with my GNUTLS based starttls.el.
-       (starttls-gnutls-program, starttls-use-gnutls)
-       (starttls-extra-arguments, starttls-process-connection-type)
-       (starttls-connect, starttls-failure, starttls-success): New variables.
-       (starttls-program, starttls-extra-args): Doc fix.
-       (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
-       (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
-       and pass on to corresponding *-gnutls function if it is set.
+       Bind starttls-extra-arguments too, if starttls.el uses GnuTLS.
 
 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
 
 
 2004-05-22  Richard M. Stallman  <rms@gnu.org>
 
-       * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
+       * textmodes/paragraphs.el (sentence-end): Match Unicode curly quotes
        as a close quote.
 
        * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * descr-text.el (describe-char-unicode-data)
-       (describe-char-unicodedata-file): Re-enable the unicode code now that
+       (describe-char-unicodedata-file): Re-enable the Unicode code now that
        the licensing issues have been cleared in the unicode-4 license.
        (describe-text-properties-1): Remove unused `overlay' var.
        (describe-char): Remove unused var `buffer'.
 
 2004-05-10  Miles Bader  <miles@gnu.org>
 
-       * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
+       * progmodes/gud.el (gud-common-init): Only consider an existing
        buffer an error if the debugger process is actually running.
 
 2004-05-10  Juanma Barranquero  <lektu@terra.es>
 
 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
 
-       * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
+       * progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
        (sql-emacs20-p): Remove.
        (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
        (sql-builtin-face, sql-doc-face): Remove.
 
        * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
 
-       * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
-
 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
 
        * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
 
        * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
-       * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
 
 2004-04-22  Kim F. Storm  <storm@cua.dk>
 
        * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
        Add Parameters.
 
-       * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
-       Add Parameters.
-
 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
 
        * dabbrev.el (dabbrev--substitute-expansion): Don't lose
 
        (compile): Additional argument for interactive compiles like TeX.
 
-       * progmodes/grep.el (kill-grep): Move here from compile.el
+       * progmodes/grep.el (kill-grep): Move here from compile.el.
        (grep-error, grep-hit-face, grep-error-face)
        (grep-mode-font-lock-keywords): New variables.
        (grep-regexp-alist): Simplify regexp and add `binary' case.
 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
 
        * progmodes/executable.el (executable-command-find-posix-p):
-       New.  Check if find handles arguments Posix-style.
+       New.  Check if find handles arguments POSIX-style.
 
        * progmodes/grep.el (grep-compute-defaults):
        Use executable-command-find-posix-p.
        (rsf-bbdb-auto-delete-spam-entries): Rename from
        rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
        scanned together with the recipients field for spam testing; Don't
-       delete spam message if rmail-delete-after-output is non-nil;
+       delete spam message if rmail-delete-after-output is non-nil.
        (rsf-check-field): New function, extracted from code in
        rmail-spam-filter to ease addition of header fields like
-       content-type:;
+       content-type:.
        (message-content-type): New variable.  The content-type: field was
-       added also in defcustom of rsf-definitions-alist;
+       added also in defcustom of rsf-definitions-alist.
        (rmail-spam-filter): Replace repeated test code for header fields
        by calls to check-field; change the call to
        rmail-output-to-rmail-file such that rmail-current-message stays
        * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
        * man.el (Man-init-defvars):
        * jka-compr.el (jka-compr-call-process):
-       * files.el (get-free-disk-space,insert-directory):
+       * files.el (get-free-disk-space, insert-directory):
        * ediff-ptch.el (ediff-test-patch-utility):
        * ediff-diff.el (ediff-test-utility):
        * dired-aux.el (dired-check-process):
 2003-12-29  Stuart Herring  <herring@lanl.gov>  (tiny change)
 
        * comint.el (comint-watch-for-password-prompt): Pass `string' as
-       arg to send-invisible
+       arg to send-invisible.
        (send-invisible): Doc fix.  The argument is now a prompt, not the
        string to send.
        (comint-read-noecho): Doc fix.
        * net/zone-mode.el (zone-mode): Use write-file-functions, not
        write-file-hooks.
 
-2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
+2003-12-29  Eric Hanchrow  <offby1@blarg.net>
 
        * autorevert.el (auto-revert-interval): Doc fix.
 
        (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
        (ido-no-final-slash): New defun.
        (ido-make-prompt, ido-file-internal, ido-toggle-vc)
-       (ido-read-file-name): ): Toggle VC checking via
+       (ido-read-file-name): Toggle VC checking via
        vc-handled-backends instead of vc-master-templates.
        (ido-file-internal): Handle ido-use-url-at-point and
        ido-use-filename-at-point via code borrowed from ffap-guesser.
 
 2003-11-25  Stephen Eglen  <stephen@gnu.org>
 
-       * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
+       * iswitchb.el (iswitchb-read-buffer, iswitchb-exit-minibuffer):
        iswitchb-exit is set to 'usefirst when user selects buffer at head
        of list using RET.  (Selecting buffers at the head of the list was
        broken if the substring was also a complete buffer name.)
 
 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
-       * cc-engine.el (c-guess-continued-construct)
+       * progmodes/cc-engine.el (c-guess-continued-construct)
        (c-guess-basic-syntax): Check a little more carefully if it's a
        function declaration when an unknown construct followed by a block
        is found inside a statement context.  This avoids macros followed
        start is in a position so that `c-beginning-of-statement-1' jumped
        to the beginning of the same statement.
 
-       * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
+       * progmodes/cc-fonts.el, progmodes/cc-engine.el
+       (c-forward-<>-arglist-recur):
        Don't accept binary operators in the arglist if we're in a function
        call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
        template recognition in cases like "if (a < b || c > d)".
 
        Accessing functions updated for the variable name change.
 
-       * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
-       match data could get clobbered if NOT-INSIDE-TOKEN is used.
+       * progmodes/cc-engine.el (c-syntactic-re-search-forward): Fix bug
+       where the match data could get clobbered if NOT-INSIDE-TOKEN is used.
 
-       * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
-       labels.
+       * progmodes/cc-engine.el (c-beginning-of-statement-1):
+       Don't allow parens in labels.
 
        (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
        instead of duplicating parts of it.  This fixes bogus label
        recognition.
 
-       * cc-align.el (c-gnu-impose-minimum): Revert to the old method
+       * progmodes/cc-align.el (c-gnu-impose-minimum): Revert to the old method
        of checking the context in which to apply the minimum indentation,
        so that it isn't enforced in e.g. namespace blocks.
 
-       * cc-vars.el (c-inside-block-syms): New constant used by
+       * progmodes/cc-vars.el (c-inside-block-syms): New constant used by
        `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
        to somewhat reduce the risk of becoming stale.
 
-       * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
-       cc-cmds to cc-engine to allow use from cc-align.
+       * progmodes/cc-cmds.el, progmodes/cc-engine.el
+       (c-shift-line-indentation): Move from cc-cmds to cc-engine
+       to allow use from cc-align.
 
-       * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
-       qualified identifiers containing "::".
+       * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
+       Cope with fully qualified identifiers containing "::".
 
-       * cc-defs.el (c-make-keywords-re): Add kludge for bug in
+       * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug in
        `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
 
-       * cc-vars.el (c-emacs-features): Use a space in front of the name
-       of the temporary buffer.  That also avoids dumping problems in
+       * progmodes/cc-vars.el (c-emacs-features): Use a space in front of
+       the name of the temporary buffer.  That also avoids dumping problems in
        XEmacs due to undo info being left around after the buffer is killed.
 
-       * cc-engine.el (c-in-knr-argdecl): Look closer at the function
+       * progmodes/cc-engine.el (c-in-knr-argdecl): Look closer at the function
        arglist to see if it's a K&R style declaration.
 
        (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
        (ediff-select-difference): Set current difference.
        (ediff-unselect-and-select-difference): Add comment.
 
-       * ediff.el (ediff-directories,ediff-directory-revisions)
-       (ediff-directories3,ediff-merge-directories)
+       * ediff.el (ediff-directories, ediff-directory-revisions)
+       (ediff-directories3, ediff-merge-directories)
        (ediff-merge-directories-with-ancestor)
        (ediff-merge-directory-revisions)
        (ediff-merge-directory-revisions-with-ancestor):
 
        * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
        (gdb-update-flag): New variables.
-       (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
+       (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
        (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
-       (gud-watch, gdb-var-create-handler) : New functions.
+       (gud-watch, gdb-var-create-handler): New functions.
        (gdb-var-list-children, gdb-var-list-children-handler)
        (gdb-var-create-regexp, gdb-var-update-regexp)
        (gdb-var-list-children-regexp): New constants.
        (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
        (gdb-expressions-mode-menu, gdb-dive): Remove variables.
        (gud-display, gud-display1)
-       (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
+       (gdb-display-begin, gdb-display-number-end, gdb-delete-line)
        (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
-       (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
+       (gdb-field-begin, gdb-field-end, gdb-elt, gdb-field-format-begin)
        (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
        (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
        (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
 
        * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
 
-2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
+2003-09-12  Eric Hanchrow  <offby1@blarg.net>
 
        * dired.el (dired-mode-map): Fix typo.
 
 2003-09-08  David Ponce  <david@dponce.com>
 
        Ensure that recentf correctly updates the menu bar.
-       * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
+       * recentf.el (recentf-menu-path, recentf-menu-before): Doc fix.
        (recentf-menu-bar): New function.
-       (recentf-clear-data): Use it
+       (recentf-clear-data): Use it.
        (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
        of easy-menu-change.
 
        * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
        being displayed in GUD buffer.
        (gdb-idle-input-queue): Remove var.  Use just one queue.
-       (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
+       (gdb-enqueue-idle-input, gdb-dequeue-idle-input):
        Remove functions.  Use just one queue.
        (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
        (gdb-invalidate-assembler, gdb-get-current-frame):
 
 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
 
-       * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
-       line break position in the middle of a non-kinsoku (e.g. latin)
-       word, making it skip until either a space or a character with
-       category "|".
+       * international/kinsoku.el (kinsoku-longer, kinsoku-shorter):
+       Do not choose a line break position in the middle of a
+       non-kinsoku (e.g. latin) word, making it skip until either
+       a space or a character with category "|".
        (kinsoku-longer): Test for end of buffer.
 
 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
 
 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
 
-       * reftex-toc.el (reftex-toc-rename-label): New function.
+       * textmodes/reftex-toc.el (reftex-toc-rename-label): New function.
        (reftex-toc-check-docstruct): New function.
 
-       * reftex.el (reftex-region-active-p): New function.
+       * textmodes/reftex.el (reftex-region-active-p): New function.
 
-       * reftex-parse.el (reftex-locate-bibliography-files): Improved the
+       * textmodes/reftex-parse.el (reftex-locate-bibliography-files): Improved the
        regexp to find the \bibliography macro.
 
-       * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
+       * textmodes/reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
        which does not exist in LaTeX.
        (reftex-cite-format-builtin): Added amsrefs support.
        (reftex-toc-confirm-promotion): New option
 
-       * reftex-toc.el
+       * textmodes/reftex-toc.el
        (reftex-toc): Use `reftex-toc-split-windows-fraction'.
        (reftex-toc-demote, reftex-toc-promote)
        (reftex-toc-do-promote, reftex-toc-promote-prepare)
        (reftex-toc-split-windows-fraction): New option.
        (reftex-recenter-toc-when-idle): Search *toc* window on all
        visible frames.
-       (reftex-toc): Additional parameter REUSE
+       (reftex-toc): Additional parameter REUSE.
        (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
        with REUSE argument.
        (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
        (reftex-toc-quit): Adapted to delete frame when called in
        dedicated frame.
 
-       * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
+       * textmodes/reftex-index.el (reftex-index-phrase-match-is-indexed): Check
        all enclosing macros.
 
-
 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
        * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
        (cal-tex-LaTeX-hourbox): Move definition before use.
 
-       * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
-       * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
-       * lunar.el, solar.el (displayed-month, displayed-year):
-       Define for compiler.
+       * calendar/cal-china.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
+       * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
+       * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
+       (displayed-month, displayed-year): Define for compiler.
 
 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
        erroneously in previous version.
        (bibtex-string-files): Docstring reflects new parsing scheme.
        (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
-       docstring, add # as one of the chars to crush
+       docstring, add # as one of the chars to crush.
        (bibtex-autokey-prefix-string, bibtex-autokey-names)
        (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
        (bibtex-autokey-name-change-strings)
        preamble entries.
        (bibtex-fill-field-bounds): New function.
        (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
-       (bibtex-fill-entry): Use bibtex-fill-field-bounds
+       (bibtex-fill-entry): Use bibtex-fill-field-bounds.
        (bibtex-String): Use bibtex-strings.  Always obey
        bibtex-sort-ignore-string-entries.
 
@@ -14336,8 +14321,7 @@ See ChangeLog.10 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-    Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
-      Free Software Foundation, Inc.
+  Copyright (C) 2003-2011, 2013-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -14353,5 +14337,3 @@ See ChangeLog.10 for earlier changes.
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;; arch-tag: 2fe8d7b0-27e3-4634-a0b7-db70ff071825