Files
emacs/lisp
Stefan Monnier e3441f426b Use match-string and drop useless `function's.
(ange-ftp-get-process): Bind `ange-ftp-this-user' and
`ange-ftp-this-host' before running ange-ftp-process-startup-hook.
(ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
(ange-ftp-parse-dired-listing): Update the calls.
(dired-local-variables-file): Declare to shut quieten the compiler.
(ange-ftp-file-entry-active-p): Remove.
(ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
Don't exclude dangling symlinks.
(ange-ftp-file-name-completion-1): Make predicate optional.
(ange-ftp-parse-list-func-alist): Use add-to-list to update.
(ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
(ange-ftp-bs2000-posix-hook-installed): Remove.
(ange-ftp-add-bs2000-posix-host): Don't use it anymore.
(ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
`ange-ftp-this-host' instead of `user' and `host'.
2002-08-29 21:48:50 +00:00
..
2002-08-29 17:26:47 +00:00
2002-08-03 22:21:09 +00:00
2002-08-27 09:58:05 +00:00
2002-07-03 13:19:13 +00:00
2002-05-19 16:03:51 +00:00
2002-08-29 21:40:28 +00:00
2002-05-02 05:41:46 +00:00
2002-08-20 00:34:28 +00:00
2002-07-20 22:14:36 +00:00
2002-08-20 09:44:14 +00:00
2002-07-22 15:22:49 +00:00
2002-08-02 22:21:43 +00:00
2002-07-11 17:32:01 +00:00
2002-07-03 12:01:24 +00:00
2002-04-30 17:46:15 +00:00
2002-04-15 18:31:09 +00:00
2002-07-08 01:21:41 +00:00
2002-07-09 07:35:10 +00:00
2002-04-26 14:40:21 +00:00
2002-08-20 09:44:14 +00:00
2002-05-02 05:41:46 +00:00
2002-07-16 16:02:35 +00:00
2002-07-09 09:05:19 +00:00
2002-07-23 02:26:56 +00:00
2002-08-05 16:26:03 +00:00
2002-08-20 20:35:56 +00:00
2002-04-27 03:46:26 +00:00
2002-06-09 17:13:56 +00:00
2002-08-29 13:07:18 +00:00
2002-05-22 01:20:26 +00:00
2002-08-26 10:21:39 +00:00
2002-08-17 04:59:14 +00:00
2002-05-02 05:41:46 +00:00
2002-06-18 14:36:19 +00:00
2002-07-27 19:50:34 +00:00
2002-04-29 09:27:25 +00:00
2002-08-29 21:40:28 +00:00
2002-07-03 12:01:24 +00:00
2002-07-10 09:45:18 +00:00
2002-05-02 05:41:46 +00:00
2002-05-18 11:26:16 +00:00
2002-07-18 15:02:00 +00:00
2002-04-22 15:30:18 +00:00
2002-07-03 14:26:51 +00:00
2002-05-25 11:26:14 +00:00
2002-06-13 20:39:32 +00:00
2002-05-18 11:26:16 +00:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.