aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2012-12-29 00:09:13 -0800
committerGlenn Morris2012-12-29 00:09:13 -0800
commit3ee24a3b32543fa4cf4a2102082491cf6bcb45c5 (patch)
treef91b72859c840d9c2e88c4599c080d16b8c3957a /lisp/ChangeLog
parent33cb20438f5d6d4898cdbb9fdebe308260b06262 (diff)
downloademacs-3ee24a3b32543fa4cf4a2102082491cf6bcb45c5.tar.gz
emacs-3ee24a3b32543fa4cf4a2102082491cf6bcb45c5.zip
* net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
integers, if they are real numbers. (Bug#13282)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f7664b663ac..6aabc603518 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-12-28 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
4 integers, if they are real numbers. (Bug#13282)
5
12012-12-26 Dmitry Gutov <dgutov@yandex.ru> 62012-12-26 Dmitry Gutov <dgutov@yandex.ru>
2 7
3 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class", 8 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",