aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorKenichi Handa2003-09-08 11:56:09 +0000
committerKenichi Handa2003-09-08 11:56:09 +0000
commit463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch)
tree3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /lisp/eshell
parent4256310de631bd57c78b88b5131caa073315b3d7 (diff)
downloademacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz
emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip
New directory
Diffstat (limited to 'lisp/eshell')
-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-glob.el1
-rw-r--r--lisp/eshell/em-hist.el1
-rw-r--r--lisp/eshell/em-ls.el1
-rw-r--r--lisp/eshell/em-pred.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-unix.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-maint.el1
-rw-r--r--lisp/eshell/esh-mode.el1
-rw-r--r--lisp/eshell/esh-module.el1
-rw-r--r--lisp/eshell/esh-opt.el1
-rw-r--r--lisp/eshell/esh-proc.el1
-rw-r--r--lisp/eshell/esh-test.el1
-rw-r--r--lisp/eshell/esh-util.el1
-rw-r--r--lisp/eshell/esh-var.el1
-rw-r--r--lisp/eshell/eshell.el1
29 files changed, 0 insertions, 29 deletions
diff --git a/lisp/eshell/em-alias.el b/lisp/eshell/em-alias.el
index 214375e496c..ff6d66eb9e9 100644
--- a/lisp/eshell/em-alias.el
+++ b/lisp/eshell/em-alias.el
@@ -272,5 +272,4 @@ These are all the command aliases which begin with NAME."
272 eshell-prevent-alias-expansion)))) 272 eshell-prevent-alias-expansion))))
273 (eshell-parse-command alias)))))))))) 273 (eshell-parse-command alias))))))))))
274 274
275;;; arch-tag: 8b018fc1-4e07-4ccc-aa73-c0a1ba361f82
276;;; em-alias.el ends here 275;;; em-alias.el ends here
diff --git a/lisp/eshell/em-banner.el b/lisp/eshell/em-banner.el
index c6f65ccd779..dc5f52bcdc1 100644
--- a/lisp/eshell/em-banner.el
+++ b/lisp/eshell/em-banner.el
@@ -89,5 +89,4 @@ This can be any sexp, and should end with at least two newlines."
89 (goto-char (point-min)) 89 (goto-char (point-min))
90 (looking-at msg))) 90 (looking-at msg)))
91 91
92;;; arch-tag: e738b4ef-8671-42ae-a757-291779b92491
93;;; em-banner.el ends here 92;;; em-banner.el ends here
diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el
index 5972ffc28bd..49947eede77 100644
--- a/lisp/eshell/em-basic.el
+++ b/lisp/eshell/em-basic.el
@@ -182,5 +182,4 @@ or `eshell-printn' for display."
182(eval-when-compile 182(eval-when-compile
183 (defvar print-func)) 183 (defvar print-func))
184 184
185;;; arch-tag: 385a31b1-cb95-46f0-9829-9d352ee77db8
186;;; em-basic.el ends here 185;;; em-basic.el ends here
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el
index 695a9fb4ed8..4851804d387 100644
--- a/lisp/eshell/em-cmpl.el
+++ b/lisp/eshell/em-cmpl.el
@@ -449,5 +449,4 @@ to writing a completion function."
449 449
450;;; Code: 450;;; Code:
451 451
452;;; arch-tag: 0e914699-673a-45f8-8cbf-82e1dbc571bc
453;;; em-cmpl.el ends here 452;;; em-cmpl.el ends here
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el
index 73837c324a5..2838ec5e8bf 100644
--- a/lisp/eshell/em-dirs.el
+++ b/lisp/eshell/em-dirs.el
@@ -569,5 +569,4 @@ in the minibuffer:
569 569
570;;; Code: 570;;; Code:
571 571
572;;; arch-tag: 1e9c5a95-f1bd-45f8-ad36-55aac706e787
573;;; em-dirs.el ends here 572;;; em-dirs.el ends here
diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el
index 24447c3e66d..08a92de1c8f 100644
--- a/lisp/eshell/em-glob.el
+++ b/lisp/eshell/em-glob.el
@@ -357,5 +357,4 @@ the form:
357 (eshell-glob-entries (car rdirs) globs recurse-p) 357 (eshell-glob-entries (car rdirs) globs recurse-p)
358 (setq rdirs (cdr rdirs))))) 358 (setq rdirs (cdr rdirs)))))
359 359
360;;; arch-tag: d0548f54-fb7c-4978-a88e-f7c26f7f68ca
361;;; em-glob.el ends here 360;;; em-glob.el ends here
diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el
index 438e296d9c1..0f94f741b8f 100644
--- a/lisp/eshell/em-hist.el
+++ b/lisp/eshell/em-hist.el
@@ -984,5 +984,4 @@ If N is negative, search backwards for the -Nth previous match."
984 (isearch-done) 984 (isearch-done)
985 (eshell-send-input)) 985 (eshell-send-input))
986 986
987;;; arch-tag: 1a847333-f864-4b96-9acd-b549d620b6c6
988;;; em-hist.el ends here 987;;; em-hist.el ends here
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el
index aced2223327..dc8d09eac9c 100644
--- a/lisp/eshell/em-ls.el
+++ b/lisp/eshell/em-ls.el
@@ -898,5 +898,4 @@ Use TRUENAME for predicate tests, if passed."
898 898
899;;; Code: 899;;; Code:
900 900
901;;; arch-tag: 9295181c-0cb2-499c-999b-89f5359842cb
902;;; em-ls.el ends here 901;;; em-ls.el ends here
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el
index 3be32fde10d..1c00156cf8d 100644
--- a/lisp/eshell/em-pred.el
+++ b/lisp/eshell/em-pred.el
@@ -600,5 +600,4 @@ that 'ls -l' will show in the first column of its display. "
600 (lambda (str) 600 (lambda (str)
601 (split-string str ,sep))) lst)))) 601 (split-string str ,sep))) lst))))
602 602
603;;; arch-tag: 8b5ce022-17f3-4c40-93c7-5faafaa63f31
604;;; em-pred.el ends here 603;;; em-pred.el ends here
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el
index e1446d9a8bd..1eff7acf344 100644
--- a/lisp/eshell/em-prompt.el
+++ b/lisp/eshell/em-prompt.el
@@ -172,5 +172,4 @@ If this takes us past the end of the current line, don't skip at all."
172 172
173;;; Code: 173;;; Code:
174 174
175;;; arch-tag: 01c1574b-ce70-4e89-bc38-e6619f61e208
176;;; em-prompt.el ends here 175;;; em-prompt.el ends here
diff --git a/lisp/eshell/em-rebind.el b/lisp/eshell/em-rebind.el
index 1f79990855d..e3aefd9b554 100644
--- a/lisp/eshell/em-rebind.el
+++ b/lisp/eshell/em-rebind.el
@@ -243,5 +243,4 @@ input."
243 243
244;;; Code: 244;;; Code:
245 245
246;;; arch-tag: 76d84f12-cc56-4d67-9b7d-c6b44ad20530
247;;; em-rebind.el ends here 246;;; em-rebind.el ends here
diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el
index 192a520fcb8..ebb33f7ed48 100644
--- a/lisp/eshell/em-script.el
+++ b/lisp/eshell/em-script.el
@@ -138,5 +138,4 @@ environment, binding ARGS to $1, $2, etc.")
138 138
139;;; Code: 139;;; Code:
140 140
141;;; arch-tag: a346439d-5ba8-4faf-ac2b-3aacfeaa4647
142;;; em-script.el ends here 141;;; em-script.el ends here
diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el
index 6725f96cc84..4002914027a 100644
--- a/lisp/eshell/em-smart.el
+++ b/lisp/eshell/em-smart.el
@@ -323,5 +323,4 @@ and the end of the buffer are still visible."
323 323
324;;; Code: 324;;; Code:
325 325
326;;; arch-tag: 8c0112c7-379c-4d54-9a1c-204d68786a4b
327;;; em-smart.el ends here 326;;; em-smart.el ends here
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el
index e8a38f15218..afd8e9596ef 100644
--- a/lisp/eshell/em-term.el
+++ b/lisp/eshell/em-term.el
@@ -265,5 +265,4 @@ allowed."
265 265
266;;; Code: 266;;; Code:
267 267
268;;; arch-tag: ab7c8fe4-3101-4257-925b-1354c6b2fe9d
269;;; em-term.el ends here 268;;; em-term.el ends here
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el
index 8446eb1aa9d..3c14635842e 100644
--- a/lisp/eshell/em-unix.el
+++ b/lisp/eshell/em-unix.el
@@ -1015,5 +1015,4 @@ Show wall-clock time elapsed during execution of COMMAND.")
1015 1015
1016;;; Code: 1016;;; Code:
1017 1017
1018;;; arch-tag: 2462edd2-a76a-4cf2-897d-92e9a82ac1c9
1019;;; em-unix.el ends here 1018;;; em-unix.el ends here
diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el
index 46e8da998c1..427eed3c1e2 100644
--- a/lisp/eshell/em-xtra.el
+++ b/lisp/eshell/em-xtra.el
@@ -118,5 +118,4 @@ naturally accessible within Emacs."
118 118
119;;; Code: 119;;; Code:
120 120
121;;; arch-tag: f944cfda-a118-470c-a0d6-b41a3a5c99c7
122;;; em-xtra.el ends here 121;;; em-xtra.el ends here
diff --git a/lisp/eshell/esh-arg.el b/lisp/eshell/esh-arg.el
index 0659912a58e..ff863042962 100644
--- a/lisp/eshell/esh-arg.el
+++ b/lisp/eshell/esh-arg.el
@@ -385,5 +385,4 @@ special character that is not itself a backslash."
385 (char-to-string (char-after))))) 385 (char-to-string (char-after)))))
386 (goto-char end))))))) 386 (goto-char end)))))))
387 387
388;;; arch-tag: 7f593a2b-8fc1-4def-8f84-8f51ed0198d6
389;;; esh-arg.el ends here 388;;; esh-arg.el ends here
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el
index 54f4d6c7739..a47e2ba4c9a 100644
--- a/lisp/eshell/esh-cmd.el
+++ b/lisp/eshell/esh-cmd.el
@@ -1416,5 +1416,4 @@ messages, and errors."
1416 1416
1417(defalias 'eshell-lisp-command* 'eshell-lisp-command) 1417(defalias 'eshell-lisp-command* 'eshell-lisp-command)
1418 1418
1419;;; arch-tag: 8e4f3867-a0c5-441f-96ba-ddd142d94366
1420;;; esh-cmd.el ends here 1419;;; esh-cmd.el ends here
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el
index 9730536ac37..9ebb0962f49 100644
--- a/lisp/eshell/esh-ext.el
+++ b/lisp/eshell/esh-ext.el
@@ -316,5 +316,4 @@ line of the form #!<interp>."
316 316
317;;; Code: 317;;; Code:
318 318
319;;; arch-tag: 178d4064-7e60-4745-b81f-bab5d8d7c40f
320;;; esh-ext.el ends here 319;;; esh-ext.el ends here
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el
index 8d1036b736e..fad9df29bbc 100644
--- a/lisp/eshell/esh-io.el
+++ b/lisp/eshell/esh-io.el
@@ -508,5 +508,4 @@ Returns what was actually sent, or nil if nothing was sent."
508 508
509;;; Code: 509;;; Code:
510 510
511;;; arch-tag: 9ca2080f-d5e0-4b26-aa0b-d59194a905a2
512;;; esh-io.el ends here 511;;; esh-io.el ends here
diff --git a/lisp/eshell/esh-maint.el b/lisp/eshell/esh-maint.el
index 4ae19603a4c..c2dfe83a513 100644
--- a/lisp/eshell/esh-maint.el
+++ b/lisp/eshell/esh-maint.el
@@ -141,5 +141,4 @@
141;; (delete-file "README.texi") 141;; (delete-file "README.texi")
142;; (kill-buffer "README.texi")) 142;; (kill-buffer "README.texi"))
143 143
144;;; arch-tag: 662089b6-78ec-48c5-b94f-d212279e8902
145;;; esh-maint.el ends here 144;;; esh-maint.el ends here
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index 579d1200caf..d4df95ea0f7 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -1077,5 +1077,4 @@ This function could be in the list `eshell-output-filter-functions'."
1077 1077
1078;;; Code: 1078;;; Code:
1079 1079
1080;;; arch-tag: ec65bc2b-da14-4547-81d3-a32af3a4dc57
1081;;; esh-mode.el ends here 1080;;; esh-mode.el ends here
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el
index 4c8ffceef78..a7a2a280c93 100644
--- a/lisp/eshell/esh-module.el
+++ b/lisp/eshell/esh-module.el
@@ -153,5 +153,4 @@ customization group. Example: `eshell-cmpl' for that module."
153 (unload-feature module) 153 (unload-feature module)
154 (message "Unloading %s...done" (symbol-name module)))))) 154 (message "Unloading %s...done" (symbol-name module))))))
155 155
156;;; arch-tag: 97a3fa16-9d08-40e6-bc2c-36bd70986507
157;;; esh-module.el ends here 156;;; esh-module.el ends here
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el
index 02bd6f1dca3..6807e1a4f02 100644
--- a/lisp/eshell/esh-opt.el
+++ b/lisp/eshell/esh-opt.el
@@ -225,5 +225,4 @@ This assumes that symbols have been intern'd by `eshell-with-options'."
225 225
226;;; Code: 226;;; Code:
227 227
228;;; arch-tag: 45c6c2d0-8091-46a1-a205-2f4bafd8230c
229;;; esh-opt.el ends here 228;;; esh-opt.el ends here
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el
index c16e93e6872..d5ffa4c1c95 100644
--- a/lisp/eshell/esh-proc.el
+++ b/lisp/eshell/esh-proc.el
@@ -503,5 +503,4 @@ See the variable `eshell-kill-processes-on-exit'."
503 503
504;;; Code: 504;;; Code:
505 505
506;;; arch-tag: ac477a3e-ee4d-4b44-8ec6-212010e607bb
507;;; esh-proc.el ends here 506;;; esh-proc.el ends here
diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el
index 54edf5e35ab..0145e171810 100644
--- a/lisp/eshell/esh-test.el
+++ b/lisp/eshell/esh-test.el
@@ -239,5 +239,4 @@
239 "\n")))) 239 "\n"))))
240 nil t)) 240 nil t))
241 241
242;;; arch-tag: 6e32275a-8285-4a4e-b7cf-819aa7c86b8e
243;;; esh-test.el ends here 242;;; esh-test.el ends here
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el
index a2fd0915cf4..ce1fa52c375 100644
--- a/lisp/eshell/esh-util.el
+++ b/lisp/eshell/esh-util.el
@@ -789,5 +789,4 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.
789 789
790;;; Code: 790;;; Code:
791 791
792;;; arch-tag: 70159778-5c7a-480a-bae4-3ad332fca19d
793;;; esh-util.el ends here 792;;; esh-util.el ends here
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el
index 3578b5d1ef6..c966dd1451f 100644
--- a/lisp/eshell/esh-var.el
+++ b/lisp/eshell/esh-var.el
@@ -650,5 +650,4 @@ For example, to retrieve the second element of a user's record in
650 650
651;;; Code: 651;;; Code:
652 652
653;;; arch-tag: 393654fe-bdad-4f27-9a10-b1472ded14cf
654;;; esh-var.el ends here 653;;; esh-var.el ends here
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el
index e76bcb17055..926b4031a87 100644
--- a/lisp/eshell/eshell.el
+++ b/lisp/eshell/eshell.el
@@ -561,5 +561,4 @@ Emacs."
561 561
562(run-hooks 'eshell-load-hook) 562(run-hooks 'eshell-load-hook)
563 563
564;;; arch-tag: 9d4d5214-0e4e-4e02-b349-39add640d63f
565;;; eshell.el ends here 564;;; eshell.el ends here