aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorGlenn Morris2011-01-15 15:16:57 -0800
committerGlenn Morris2011-01-15 15:16:57 -0800
commit0d9f702fd085bc8ad560a3e1f08d5e93054a5d33 (patch)
tree8f7f07c160e5878c775fc6c2bb5ec912a164448e /lisp/eshell
parent2153c86209ef95a34f3a80f7a1f72d5fade18c21 (diff)
downloademacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.tar.gz
emacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.zip
Nuke arch-tags.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/.gitignore1
-rw-r--r--lisp/eshell/em-alias.el1
-rw-r--r--lisp/eshell/em-banner.el1
-rw-r--r--lisp/eshell/em-basic.el1
-rw-r--r--lisp/eshell/em-cmpl.el1
-rw-r--r--lisp/eshell/em-dirs.el1
-rw-r--r--lisp/eshell/em-hist.el1
-rw-r--r--lisp/eshell/em-prompt.el1
-rw-r--r--lisp/eshell/em-rebind.el1
-rw-r--r--lisp/eshell/em-script.el1
-rw-r--r--lisp/eshell/em-smart.el1
-rw-r--r--lisp/eshell/em-term.el1
-rw-r--r--lisp/eshell/em-xtra.el1
-rw-r--r--lisp/eshell/esh-arg.el1
-rw-r--r--lisp/eshell/esh-cmd.el1
-rw-r--r--lisp/eshell/esh-ext.el1
-rw-r--r--lisp/eshell/esh-io.el1
-rw-r--r--lisp/eshell/esh-mode.el1
-rw-r--r--lisp/eshell/esh-module.el1
-rw-r--r--lisp/eshell/esh-proc.el1
-rw-r--r--lisp/eshell/esh-var.el1
-rw-r--r--lisp/eshell/eshell.el1
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 @@
1esh-groups.el 1esh-groups.el
2 2
3# 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."
279;; generated-autoload-file: "esh-groups.el" 279;; generated-autoload-file: "esh-groups.el"
280;; End: 280;; End:
281 281
282;; arch-tag: 8b018fc1-4e07-4ccc-aa73-c0a1ba361f82
283;;; em-alias.el ends here 282;;; 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."
96;; generated-autoload-file: "esh-groups.el" 96;; generated-autoload-file: "esh-groups.el"
97;; End: 97;; End:
98 98
99;; arch-tag: e738b4ef-8671-42ae-a757-291779b92491
100;;; em-banner.el ends here 99;;; 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."
184;; generated-autoload-file: "esh-groups.el" 184;; generated-autoload-file: "esh-groups.el"
185;; End: 185;; End:
186 186
187;; arch-tag: 385a31b1-cb95-46f0-9829-9d352ee77db8
188;;; em-basic.el ends here 187;;; 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."
455;; generated-autoload-file: "esh-groups.el" 455;; generated-autoload-file: "esh-groups.el"
456;; End: 456;; End:
457 457
458;; arch-tag: 0e914699-673a-45f8-8cbf-82e1dbc571bc
459;;; em-cmpl.el ends here 458;;; 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:
573;; generated-autoload-file: "esh-groups.el" 573;; generated-autoload-file: "esh-groups.el"
574;; End: 574;; End:
575 575
576;; arch-tag: 1e9c5a95-f1bd-45f8-ad36-55aac706e787
577;;; em-dirs.el ends here 576;;; 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."
998;; generated-autoload-file: "esh-groups.el" 998;; generated-autoload-file: "esh-groups.el"
999;; End: 999;; End:
1000 1000
1001;; arch-tag: 1a847333-f864-4b96-9acd-b549d620b6c6
1002;;; em-hist.el ends here 1001;;; 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."
177;; generated-autoload-file: "esh-groups.el" 177;; generated-autoload-file: "esh-groups.el"
178;; End: 178;; End:
179 179
180;; arch-tag: 01c1574b-ce70-4e89-bc38-e6619f61e208
181;;; em-prompt.el ends here 180;;; 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."
246;; generated-autoload-file: "esh-groups.el" 246;; generated-autoload-file: "esh-groups.el"
247;; End: 247;; End:
248 248
249;; arch-tag: 76d84f12-cc56-4d67-9b7d-c6b44ad20530
250;;; em-rebind.el ends here 249;;; 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.")
142;; generated-autoload-file: "esh-groups.el" 142;; generated-autoload-file: "esh-groups.el"
143;; End: 143;; End:
144 144
145;; arch-tag: a346439d-5ba8-4faf-ac2b-3aacfeaa4647
146;;; em-script.el ends here 145;;; 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."
327;; generated-autoload-file: "esh-groups.el" 327;; generated-autoload-file: "esh-groups.el"
328;; End: 328;; End:
329 329
330;; arch-tag: 8c0112c7-379c-4d54-9a1c-204d68786a4b
331;;; em-smart.el ends here 330;;; 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."
267;; generated-autoload-file: "esh-groups.el" 267;; generated-autoload-file: "esh-groups.el"
268;; End: 268;; End:
269 269
270;; arch-tag: ab7c8fe4-3101-4257-925b-1354c6b2fe9d
271;;; em-term.el ends here 270;;; 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."
123;; generated-autoload-file: "esh-groups.el" 123;; generated-autoload-file: "esh-groups.el"
124;; End: 124;; End:
125 125
126;; arch-tag: f944cfda-a118-470c-a0d6-b41a3a5c99c7
127;;; em-xtra.el ends here 126;;; 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."
391 (char-to-string (char-after))))) 391 (char-to-string (char-after)))))
392 (goto-char end))))))) 392 (goto-char end)))))))
393 393
394;; arch-tag: 7f593a2b-8fc1-4def-8f84-8f51ed0198d6
395;;; esh-arg.el ends here 394;;; 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."
1434 1434
1435(provide 'esh-cmd) 1435(provide 'esh-cmd)
1436 1436
1437;; arch-tag: 8e4f3867-a0c5-441f-96ba-ddd142d94366
1438;;; esh-cmd.el ends here 1437;;; 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>."
306 (cdr interp))))) 306 (cdr interp)))))
307 (or interp (list fullname))))))) 307 (or interp (list fullname)))))))
308 308
309;; arch-tag: 178d4064-7e60-4745-b81f-bab5d8d7c40f
310;;; esh-ext.el ends here 309;;; 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."
516 (eshell-output-object-to-target object (car target)) 516 (eshell-output-object-to-target object (car target))
517 (setq target (cdr target)))))) 517 (setq target (cdr target))))))
518 518
519;; arch-tag: 9ca2080f-d5e0-4b26-aa0b-d59194a905a2
520;;; esh-io.el ends here 519;;; 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'."
1083(custom-add-option 'eshell-output-filter-functions 1083(custom-add-option 'eshell-output-filter-functions
1084 'eshell-handle-ansi-color) 1084 'eshell-handle-ansi-color)
1085 1085
1086;; arch-tag: ec65bc2b-da14-4547-81d3-a32af3a4dc57
1087;;; esh-mode.el ends here 1086;;; 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."
100 (unload-feature module) 100 (unload-feature module)
101 (message "Unloading %s...done" (symbol-name module)))))) 101 (message "Unloading %s...done" (symbol-name module))))))
102 102
103;; arch-tag: 97a3fa16-9d08-40e6-bc2c-36bd70986507
104;;; esh-module.el ends here 103;;; 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'."
527 (eshell-send-input nil nil t) 527 (eshell-send-input nil nil t)
528 (eshell-process-interact 'process-send-eof)) 528 (eshell-process-interact 'process-send-eof))
529 529
530;; arch-tag: ac477a3e-ee4d-4b44-8ec6-212010e607bb
531;;; esh-proc.el ends here 530;;; 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
653 (setq pcomplete-stub (substring arg pos)) 653 (setq pcomplete-stub (substring arg pos))
654 (throw 'pcomplete-completions (pcomplete-entries))))) 654 (throw 'pcomplete-completions (pcomplete-entries)))))
655 655
656;; arch-tag: 393654fe-bdad-4f27-9a10-b1472ded14cf
657;;; esh-var.el ends here 656;;; 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."
491 491
492(provide 'eshell) 492(provide 'eshell)
493 493
494;; arch-tag: 9d4d5214-0e4e-4e02-b349-39add640d63f
495;;; eshell.el ends here 494;;; eshell.el ends here