diff options
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/.gitignore | 1 | ||||
-rw-r--r-- | lisp/eshell/em-alias.el | 1 | ||||
-rw-r--r-- | lisp/eshell/em-banner.el | 1 | ||||
-rw-r--r-- | lisp/eshell/em-basic.el | 1 | ||||
-rw-r--r-- | lisp/eshell/em-cmpl.el | 1 | ||||
-rw-r--r-- | lisp/eshell/em-dirs.el | 1 | ||||
-rw-r--r-- | lisp/eshell/em-hist.el | 1 | ||||
-rw-r--r-- | lisp/eshell/em-prompt.el | 1 | ||||
-rw-r--r-- | lisp/eshell/em-rebind.el | 1 | ||||
-rw-r--r-- | lisp/eshell/em-script.el | 1 | ||||
-rw-r--r-- | lisp/eshell/em-smart.el | 1 | ||||
-rw-r--r-- | lisp/eshell/em-term.el | 1 | ||||
-rw-r--r-- | lisp/eshell/em-xtra.el | 1 | ||||
-rw-r--r-- | lisp/eshell/esh-arg.el | 1 | ||||
-rw-r--r-- | lisp/eshell/esh-cmd.el | 1 | ||||
-rw-r--r-- | lisp/eshell/esh-ext.el | 1 | ||||
-rw-r--r-- | lisp/eshell/esh-io.el | 1 | ||||
-rw-r--r-- | lisp/eshell/esh-mode.el | 1 | ||||
-rw-r--r-- | lisp/eshell/esh-module.el | 1 | ||||
-rw-r--r-- | lisp/eshell/esh-proc.el | 1 | ||||
-rw-r--r-- | lisp/eshell/esh-var.el | 1 | ||||
-rw-r--r-- | lisp/eshell/eshell.el | 1 |
22 files changed, 0 insertions, 22 deletions
diff --git a/lisp/eshell/.gitignore b/lisp/eshell/.gitignore index 8f16f9600f5..2abf84ba3ee 100644 --- a/lisp/eshell/.gitignore +++ b/lisp/eshell/.gitignore @@ -1,3 +1,2 @@ esh-groups.el -# arch-tag: 270e983f-fee5-4b6d-a00b-c1bafdee8690 diff --git a/lisp/eshell/em-alias.el b/lisp/eshell/em-alias.el index 11f1bd4e9f3..0ed1b298f69 100644 --- a/lisp/eshell/em-alias.el +++ b/lisp/eshell/em-alias.el @@ -279,5 +279,4 @@ These are all the command aliases which begin with NAME." ;; generated-autoload-file: "esh-groups.el" ;; End: -;; 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 8600bf4891e..14d8eb5d04d 100644 --- a/lisp/eshell/em-banner.el +++ b/lisp/eshell/em-banner.el @@ -96,5 +96,4 @@ This can be any sexp, and should end with at least two newlines." ;; generated-autoload-file: "esh-groups.el" ;; End: -;; 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 342521e1066..1fff2c1e20c 100644 --- a/lisp/eshell/em-basic.el +++ b/lisp/eshell/em-basic.el @@ -184,5 +184,4 @@ or `eshell-printn' for display." ;; generated-autoload-file: "esh-groups.el" ;; End: -;; 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 0ecf7131311..30d8ac54073 100644 --- a/lisp/eshell/em-cmpl.el +++ b/lisp/eshell/em-cmpl.el @@ -455,5 +455,4 @@ to writing a completion function." ;; generated-autoload-file: "esh-groups.el" ;; End: -;; 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 e6ef340cadf..3614ad2ecae 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el @@ -573,5 +573,4 @@ in the minibuffer: ;; generated-autoload-file: "esh-groups.el" ;; End: -;; arch-tag: 1e9c5a95-f1bd-45f8-ad36-55aac706e787 ;;; em-dirs.el ends here diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el index c687d35e7f4..8ee2bfe4899 100644 --- a/lisp/eshell/em-hist.el +++ b/lisp/eshell/em-hist.el @@ -998,5 +998,4 @@ If N is negative, search backwards for the -Nth previous match." ;; generated-autoload-file: "esh-groups.el" ;; End: -;; arch-tag: 1a847333-f864-4b96-9acd-b549d620b6c6 ;;; em-hist.el ends here diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el index d7adaac9034..4d29413b421 100644 --- a/lisp/eshell/em-prompt.el +++ b/lisp/eshell/em-prompt.el @@ -177,5 +177,4 @@ If this takes us past the end of the current line, don't skip at all." ;; generated-autoload-file: "esh-groups.el" ;; End: -;; 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 8d32688928e..2807f9acb4e 100644 --- a/lisp/eshell/em-rebind.el +++ b/lisp/eshell/em-rebind.el @@ -246,5 +246,4 @@ input." ;; generated-autoload-file: "esh-groups.el" ;; End: -;; 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 a6fa3ee5805..dac8d66dcea 100644 --- a/lisp/eshell/em-script.el +++ b/lisp/eshell/em-script.el @@ -142,5 +142,4 @@ environment, binding ARGS to $1, $2, etc.") ;; generated-autoload-file: "esh-groups.el" ;; End: -;; 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 46a98b97daa..4baeb85f99f 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el @@ -327,5 +327,4 @@ and the end of the buffer are still visible." ;; generated-autoload-file: "esh-groups.el" ;; End: -;; 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 97a5ac47412..18fc8240b23 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el @@ -267,5 +267,4 @@ allowed." ;; generated-autoload-file: "esh-groups.el" ;; End: -;; arch-tag: ab7c8fe4-3101-4257-925b-1354c6b2fe9d ;;; em-term.el ends here diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el index e36d3b9aa55..1b61b7cdb9c 100644 --- a/lisp/eshell/em-xtra.el +++ b/lisp/eshell/em-xtra.el @@ -123,5 +123,4 @@ naturally accessible within Emacs." ;; generated-autoload-file: "esh-groups.el" ;; End: -;; 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 0485c4f5b96..51265ce1210 100644 --- a/lisp/eshell/esh-arg.el +++ b/lisp/eshell/esh-arg.el @@ -391,5 +391,4 @@ special character that is not itself a backslash." (char-to-string (char-after))))) (goto-char end))))))) -;; 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 53d142537b7..20101f71997 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el @@ -1434,5 +1434,4 @@ messages, and errors." (provide 'esh-cmd) -;; 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 239a265b52d..5705103a00b 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el @@ -306,5 +306,4 @@ line of the form #!<interp>." (cdr interp))))) (or interp (list fullname))))))) -;; 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 f6d635b3b3a..d35e1ed6591 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el @@ -516,5 +516,4 @@ Returns what was actually sent, or nil if nothing was sent." (eshell-output-object-to-target object (car target)) (setq target (cdr target)))))) -;; arch-tag: 9ca2080f-d5e0-4b26-aa0b-d59194a905a2 ;;; esh-io.el ends here diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index d031b718255..a344b4a00d7 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el @@ -1083,5 +1083,4 @@ This function could be in the list `eshell-output-filter-functions'." (custom-add-option 'eshell-output-filter-functions 'eshell-handle-ansi-color) -;; 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 d56e17211d9..bb1c920488e 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el @@ -100,5 +100,4 @@ 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 ;;; esh-module.el ends here diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el index 040cba66f3f..4cfa53440f8 100644 --- a/lisp/eshell/esh-proc.el +++ b/lisp/eshell/esh-proc.el @@ -527,5 +527,4 @@ See the variable `eshell-kill-processes-on-exit'." (eshell-send-input nil nil t) (eshell-process-interact 'process-send-eof)) -;; arch-tag: ac477a3e-ee4d-4b44-8ec6-212010e607bb ;;; esh-proc.el ends here diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index 2d72183fdc6..a4782b80c34 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el @@ -653,5 +653,4 @@ For example, to retrieve the second element of a user's record in (setq pcomplete-stub (substring arg pos)) (throw 'pcomplete-completions (pcomplete-entries))))) -;; 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 9e0c5b7bdb7..404c0db110b 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el @@ -491,5 +491,4 @@ Emacs." (provide 'eshell) -;; arch-tag: 9d4d5214-0e4e-4e02-b349-39add640d63f ;;; eshell.el ends here |