From cbee283dd7dd655124e81a6bd555506476180b5d Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 10 Apr 2008 14:10:46 +0000 Subject: Fix up comment convention on the arch-tag lines. --- lisp/eshell/em-alias.el | 2 +- lisp/eshell/em-banner.el | 2 +- lisp/eshell/em-basic.el | 2 +- lisp/eshell/em-cmpl.el | 2 +- lisp/eshell/em-dirs.el | 2 +- lisp/eshell/em-glob.el | 2 +- lisp/eshell/em-hist.el | 2 +- lisp/eshell/em-ls.el | 2 +- lisp/eshell/em-pred.el | 2 +- lisp/eshell/em-prompt.el | 2 +- lisp/eshell/em-rebind.el | 2 +- lisp/eshell/em-script.el | 2 +- lisp/eshell/em-smart.el | 2 +- lisp/eshell/em-term.el | 2 +- lisp/eshell/em-unix.el | 2 +- lisp/eshell/em-xtra.el | 2 +- lisp/eshell/esh-arg.el | 2 +- lisp/eshell/esh-cmd.el | 2 +- lisp/eshell/esh-ext.el | 2 +- lisp/eshell/esh-io.el | 2 +- lisp/eshell/esh-maint.el | 2 +- lisp/eshell/esh-mode.el | 2 +- lisp/eshell/esh-module.el | 2 +- lisp/eshell/esh-opt.el | 2 +- lisp/eshell/esh-proc.el | 2 +- lisp/eshell/esh-test.el | 2 +- lisp/eshell/esh-util.el | 2 +- lisp/eshell/esh-var.el | 2 +- lisp/eshell/eshell.el | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) (limited to 'lisp/eshell') diff --git a/lisp/eshell/em-alias.el b/lisp/eshell/em-alias.el index 4f87d91266..e33421e5b9 100644 --- a/lisp/eshell/em-alias.el +++ b/lisp/eshell/em-alias.el @@ -276,5 +276,5 @@ These are all the command aliases which begin with NAME." (provide 'em-alias) -;;; arch-tag: 8b018fc1-4e07-4ccc-aa73-c0a1ba361f82 +;; arch-tag: 8b018fc1-4e07-4ccc-aa73-c0a1ba361f82 ;;; em-alias.el ends here diff --git a/lisp/eshell/em-banner.el b/lisp/eshell/em-banner.el index cf2569f03f..d2905c7dc9 100644 --- a/lisp/eshell/em-banner.el +++ b/lisp/eshell/em-banner.el @@ -93,5 +93,5 @@ This can be any sexp, and should end with at least two newlines." (provide 'em-banner) -;;; arch-tag: e738b4ef-8671-42ae-a757-291779b92491 +;; arch-tag: e738b4ef-8671-42ae-a757-291779b92491 ;;; em-banner.el ends here diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el index be78113d53..22dcd98743 100644 --- a/lisp/eshell/em-basic.el +++ b/lisp/eshell/em-basic.el @@ -180,5 +180,5 @@ or `eshell-printn' for display." (provide 'em-basic) -;;; arch-tag: 385a31b1-cb95-46f0-9829-9d352ee77db8 +;; arch-tag: 385a31b1-cb95-46f0-9829-9d352ee77db8 ;;; em-basic.el ends here diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el index cf1558a2ce..ec2478218d 100644 --- a/lisp/eshell/em-cmpl.el +++ b/lisp/eshell/em-cmpl.el @@ -451,5 +451,5 @@ to writing a completion function." (provide 'em-cmpl) -;;; arch-tag: 0e914699-673a-45f8-8cbf-82e1dbc571bc +;; arch-tag: 0e914699-673a-45f8-8cbf-82e1dbc571bc ;;; em-cmpl.el ends here diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el index 52a77d8a11..3be875eeca 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el @@ -566,5 +566,5 @@ in the minibuffer: (provide 'em-dirs) -;;; arch-tag: 1e9c5a95-f1bd-45f8-ad36-55aac706e787 +;; arch-tag: 1e9c5a95-f1bd-45f8-ad36-55aac706e787 ;;; em-dirs.el ends here diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el index 0676efa381..b8e32e8ce7 100644 --- a/lisp/eshell/em-glob.el +++ b/lisp/eshell/em-glob.el @@ -356,5 +356,5 @@ the form: (provide 'em-glob) -;;; arch-tag: d0548f54-fb7c-4978-a88e-f7c26f7f68ca +;; arch-tag: d0548f54-fb7c-4978-a88e-f7c26f7f68ca ;;; em-glob.el ends here diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el index 6c8d6944eb..9a5421b113 100644 --- a/lisp/eshell/em-hist.el +++ b/lisp/eshell/em-hist.el @@ -986,5 +986,5 @@ If N is negative, search backwards for the -Nth previous match." (provide 'em-hist) -;;; arch-tag: 1a847333-f864-4b96-9acd-b549d620b6c6 +;; arch-tag: 1a847333-f864-4b96-9acd-b549d620b6c6 ;;; em-hist.el ends here diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index cd057141ed..e7ce58b202 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el @@ -923,5 +923,5 @@ to use, and each member of which is the width of that column (provide 'em-ls) -;;; arch-tag: 9295181c-0cb2-499c-999b-89f5359842cb +;; arch-tag: 9295181c-0cb2-499c-999b-89f5359842cb ;;; em-ls.el ends here diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el index 40a71089d9..3337c7b6d5 100644 --- a/lisp/eshell/em-pred.el +++ b/lisp/eshell/em-pred.el @@ -602,5 +602,5 @@ that 'ls -l' will show in the first column of its display. " (provide 'em-pred) -;;; arch-tag: 8b5ce022-17f3-4c40-93c7-5faafaa63f31 +;; arch-tag: 8b5ce022-17f3-4c40-93c7-5faafaa63f31 ;;; em-pred.el ends here diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el index dfcedce4dd..33b207fea8 100644 --- a/lisp/eshell/em-prompt.el +++ b/lisp/eshell/em-prompt.el @@ -175,5 +175,5 @@ If this takes us past the end of the current line, don't skip at all." (provide 'em-prompt) -;;; arch-tag: 01c1574b-ce70-4e89-bc38-e6619f61e208 +;; arch-tag: 01c1574b-ce70-4e89-bc38-e6619f61e208 ;;; em-prompt.el ends here diff --git a/lisp/eshell/em-rebind.el b/lisp/eshell/em-rebind.el index 17f04fa7ee..463b0fcc09 100644 --- a/lisp/eshell/em-rebind.el +++ b/lisp/eshell/em-rebind.el @@ -244,5 +244,5 @@ input." (provide 'em-rebind) -;;; arch-tag: 76d84f12-cc56-4d67-9b7d-c6b44ad20530 +;; arch-tag: 76d84f12-cc56-4d67-9b7d-c6b44ad20530 ;;; em-rebind.el ends here diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el index f6c89b11f2..a78e84cb2b 100644 --- a/lisp/eshell/em-script.el +++ b/lisp/eshell/em-script.el @@ -137,5 +137,5 @@ environment, binding ARGS to $1, $2, etc.") (provide 'em-script) -;;; arch-tag: a346439d-5ba8-4faf-ac2b-3aacfeaa4647 +;; arch-tag: a346439d-5ba8-4faf-ac2b-3aacfeaa4647 ;;; em-script.el ends here diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el index a9f2cb70ef..931592061e 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el @@ -324,5 +324,5 @@ and the end of the buffer are still visible." (provide 'em-smart) -;;; arch-tag: 8c0112c7-379c-4d54-9a1c-204d68786a4b +;; arch-tag: 8c0112c7-379c-4d54-9a1c-204d68786a4b ;;; em-smart.el ends here diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index 820fe720a5..57b7b092d4 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el @@ -265,5 +265,5 @@ allowed." (provide 'em-term) -;;; arch-tag: ab7c8fe4-3101-4257-925b-1354c6b2fe9d +;; arch-tag: ab7c8fe4-3101-4257-925b-1354c6b2fe9d ;;; em-term.el ends here diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index 98ab02b7c6..30d04a442c 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el @@ -1049,5 +1049,5 @@ Show wall-clock time elapsed during execution of COMMAND.") (provide 'em-unix) -;;; arch-tag: 2462edd2-a76a-4cf2-897d-92e9a82ac1c9 +;; arch-tag: 2462edd2-a76a-4cf2-897d-92e9a82ac1c9 ;;; em-unix.el ends here diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el index 27970349bf..e6808b323e 100644 --- a/lisp/eshell/em-xtra.el +++ b/lisp/eshell/em-xtra.el @@ -120,5 +120,5 @@ naturally accessible within Emacs." (provide 'em-xtra) -;;; arch-tag: f944cfda-a118-470c-a0d6-b41a3a5c99c7 +;; arch-tag: f944cfda-a118-470c-a0d6-b41a3a5c99c7 ;;; em-xtra.el ends here diff --git a/lisp/eshell/esh-arg.el b/lisp/eshell/esh-arg.el index e802948ef4..90a041fa83 100644 --- a/lisp/eshell/esh-arg.el +++ b/lisp/eshell/esh-arg.el @@ -388,5 +388,5 @@ special character that is not itself a backslash." (char-to-string (char-after))))) (goto-char end))))))) -;;; arch-tag: 7f593a2b-8fc1-4def-8f84-8f51ed0198d6 +;; arch-tag: 7f593a2b-8fc1-4def-8f84-8f51ed0198d6 ;;; esh-arg.el ends here diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index c8fe7f1ced..416b255e9b 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el @@ -1421,5 +1421,5 @@ messages, and errors." (provide 'esh-cmd) -;;; arch-tag: 8e4f3867-a0c5-441f-96ba-ddd142d94366 +;; arch-tag: 8e4f3867-a0c5-441f-96ba-ddd142d94366 ;;; esh-cmd.el ends here diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index f3f2b5af12..ad3e7d6afd 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el @@ -318,5 +318,5 @@ line of the form #!." ;;; Code: -;;; arch-tag: 178d4064-7e60-4745-b81f-bab5d8d7c40f +;; arch-tag: 178d4064-7e60-4745-b81f-bab5d8d7c40f ;;; esh-ext.el ends here diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index 5cf2afcdb9..dea723ed41 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el @@ -516,5 +516,5 @@ Returns what was actually sent, or nil if nothing was sent." ;;; Code: -;;; arch-tag: 9ca2080f-d5e0-4b26-aa0b-d59194a905a2 +;; arch-tag: 9ca2080f-d5e0-4b26-aa0b-d59194a905a2 ;;; esh-io.el ends here diff --git a/lisp/eshell/esh-maint.el b/lisp/eshell/esh-maint.el index cbe3c5de7f..13247e7573 100644 --- a/lisp/eshell/esh-maint.el +++ b/lisp/eshell/esh-maint.el @@ -140,5 +140,5 @@ ;; (delete-file "README.texi") ;; (kill-buffer "README.texi")) -;;; arch-tag: 662089b6-78ec-48c5-b94f-d212279e8902 +;; arch-tag: 662089b6-78ec-48c5-b94f-d212279e8902 ;;; esh-maint.el ends here diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index 789af2605f..804b026969 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el @@ -1082,5 +1082,5 @@ This function could be in the list `eshell-output-filter-functions'." ;;; Code: -;;; arch-tag: ec65bc2b-da14-4547-81d3-a32af3a4dc57 +;; arch-tag: ec65bc2b-da14-4547-81d3-a32af3a4dc57 ;;; esh-mode.el ends here diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index ae219df002..1027bc7cc4 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el @@ -158,5 +158,5 @@ customization group. Example: `eshell-cmpl' for that module." (unload-feature module) (message "Unloading %s...done" (symbol-name module)))))) -;;; arch-tag: 97a3fa16-9d08-40e6-bc2c-36bd70986507 +;; arch-tag: 97a3fa16-9d08-40e6-bc2c-36bd70986507 ;;; esh-module.el ends here diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el index 54137ee8cd..415033b534 100644 --- a/lisp/eshell/esh-opt.el +++ b/lisp/eshell/esh-opt.el @@ -227,5 +227,5 @@ This assumes that symbols have been intern'd by `eshell-with-options'." ;;; Code: -;;; arch-tag: 45c6c2d0-8091-46a1-a205-2f4bafd8230c +;; arch-tag: 45c6c2d0-8091-46a1-a205-2f4bafd8230c ;;; esh-opt.el ends here diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el index a838da3900..2c21252ab1 100644 --- a/lisp/eshell/esh-proc.el +++ b/lisp/eshell/esh-proc.el @@ -506,5 +506,5 @@ See the variable `eshell-kill-processes-on-exit'." ;;; Code: -;;; arch-tag: ac477a3e-ee4d-4b44-8ec6-212010e607bb +;; arch-tag: ac477a3e-ee4d-4b44-8ec6-212010e607bb ;;; esh-proc.el ends here diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el index 802471a79b..e06719a01e 100644 --- a/lisp/eshell/esh-test.el +++ b/lisp/eshell/esh-test.el @@ -237,5 +237,5 @@ (provide 'esh-test) -;;; arch-tag: 6e32275a-8285-4a4e-b7cf-819aa7c86b8e +;; arch-tag: 6e32275a-8285-4a4e-b7cf-819aa7c86b8e ;;; esh-test.el ends here diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index ff74c39cd9..d2b4ca7967 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el @@ -781,5 +781,5 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable. (provide 'esh-util) -;;; arch-tag: 70159778-5c7a-480a-bae4-3ad332fca19d +;; arch-tag: 70159778-5c7a-480a-bae4-3ad332fca19d ;;; esh-util.el ends here diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index 2e52d74467..462266470d 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el @@ -655,5 +655,5 @@ For example, to retrieve the second element of a user's record in ;;; Code: -;;; arch-tag: 393654fe-bdad-4f27-9a10-b1472ded14cf +;; arch-tag: 393654fe-bdad-4f27-9a10-b1472ded14cf ;;; esh-var.el ends here diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index e052e23086..9713983ba3 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el @@ -490,5 +490,5 @@ Emacs." (provide 'eshell) -;;; arch-tag: 9d4d5214-0e4e-4e02-b349-39add640d63f +;; arch-tag: 9d4d5214-0e4e-4e02-b349-39add640d63f ;;; eshell.el ends here -- cgit v1.2.3