diff options
| author | Michael Albinus | 2012-03-01 09:21:32 +0100 |
|---|---|---|
| committer | Michael Albinus | 2012-03-01 09:21:32 +0100 |
| commit | 7272fbf3f6f302af3a8762764b17d6a25104f999 (patch) | |
| tree | e0287beb61966bf06d192b92db9da53a1c47400b /doc/lispref/ChangeLog | |
| parent | 26c872f722dd5547c300a2929d2387ed43baea5d (diff) | |
| download | emacs-7272fbf3f6f302af3a8762764b17d6a25104f999.tar.gz emacs-7272fbf3f6f302af3a8762764b17d6a25104f999.zip | |
* files.texi (Kinds of Files): The return value of file-equal-p is
unspecified, if FILE1 or FILE2 does not exist.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 6918f0a2764..7e51c20dacb 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-03-01 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * files.texi (Kinds of Files): The return value of file-equal-p is | ||
| 4 | unspecified, if FILE1 or FILE2 does not exist. | ||
| 5 | |||
| 1 | 2012-03-01 Glenn Morris <rgm@gnu.org> | 6 | 2012-03-01 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * hooks.texi (Standard Hooks): Remove mode-specific hooks. | 8 | * hooks.texi (Standard Hooks): Remove mode-specific hooks. |
| @@ -13,7 +18,7 @@ | |||
| 13 | 18 | ||
| 14 | 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 19 | 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 15 | 20 | ||
| 16 | * files.texi: Rename files-equal-p to file-equal-p. | 21 | * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p. |
| 17 | Update changed behavior of file-subdir-of-p. | 22 | Update changed behavior of file-subdir-of-p. |
| 18 | 23 | ||
| 19 | 2012-02-28 Glenn Morris <rgm@gnu.org> | 24 | 2012-02-28 Glenn Morris <rgm@gnu.org> |