aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-25 13:20:06 -0800
committerPaul Eggert2011-02-25 13:20:06 -0800
commitd9d0d182da35312ed0d7a9859b9c6a03994d86d8 (patch)
tree0dd23e3dc0d30821afa24637bdac5dde0cf15db5 /src/ChangeLog
parent36f13e1667c66073ef18c4ee3394865c3b7c6cbb (diff)
downloademacs-d9d0d182da35312ed0d7a9859b9c6a03994d86d8.tar.gz
emacs-d9d0d182da35312ed0d7a9859b9c6a03994d86d8.zip
* fileio.c (Fmake_symbolic_link): Treat ENOSYS specially, and
generate a special message for it. Suggested by Eli Zaretskii in <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00995.html>.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0bfadcf1a91..a8de7268673 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,9 @@
12011-02-25 Paul Eggert <eggert@cs.ucla.edu> 12011-02-25 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Simplify symlink portability workaround. 3 Simplify symlink portability workaround.
4 * fileio.c (Fmake_symbolic_link): Treat ENOSYS specially, and
5 generate a special message for it. Suggested by Eli Zaretskii in
6 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00995.html>.
4 * config.in: Regenerate. 7 * config.in: Regenerate.
5 8
6 * dired.c (Ffile_attributes): Increase size of modes from 10 to 12 9 * dired.c (Ffile_attributes): Increase size of modes from 10 to 12