diff options
| author | Chong Yidong | 2012-04-01 10:44:24 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-01 10:44:24 +0800 |
| commit | 42ee526b1adbe2ba7766203980a9d7089aae1a68 (patch) | |
| tree | 303bd603e8cca49ac61d124442c636ffaef714b2 /lisp/ChangeLog | |
| parent | 40f86458ccc6edbfd82c0b430fa24c627623321f (diff) | |
| download | emacs-42ee526b1adbe2ba7766203980a9d7089aae1a68.tar.gz emacs-42ee526b1adbe2ba7766203980a9d7089aae1a68.zip | |
Rename file-subdir-of-p to file-in-directory-p.
* lisp/files.el (file-in-directory-p): Rename from file-subdir-of-p.
Handle root directory properly.
(copy-directory): Caller changed.
* lisp/dired-aux.el (dired-copy-file-recursive, dired-create-files):
* lisp/net/tramp.el (tramp-file-name-for-operation): Callers changed.
* doc/lispref/files.texi (Kinds of Files): file-subdir-of-p renamed to
file-in-directory-p.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6d33739e2a..1cc71bed1f8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-04-01 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * files.el (file-in-directory-p): Rename from file-subdir-of-p. | ||
| 4 | Handle root directory properly. | ||
| 5 | (copy-directory): Caller changed. | ||
| 6 | |||
| 7 | * dired-aux.el (dired-copy-file-recursive, dired-create-files): | ||
| 8 | * net/tramp.el (tramp-file-name-for-operation): Callers changed. | ||
| 9 | |||
| 1 | 2012-03-31 Glenn Morris <rgm@gnu.org> | 10 | 2012-03-31 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * term/xterm.el (xterm-extra-capabilities): Doc fix. | 12 | * term/xterm.el (xterm-extra-capabilities): Doc fix. |