aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-16 19:58:38 +0000
committerChong Yidong2008-11-16 19:58:38 +0000
commitf5f895cf8e2fcce0b591092ec5804f9ccbe000e9 (patch)
treea52a3aabcda8db659be22c9bd8e8887d0b7396c6
parente08b170568e013170c3e814f195bde43db1305fe (diff)
downloademacs-f5f895cf8e2fcce0b591092ec5804f9ccbe000e9.tar.gz
emacs-f5f895cf8e2fcce0b591092ec5804f9ccbe000e9.zip
* subr.el (read-passwd): Yank current kill if the user enters C-y.
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b67d5f11f36..cd08a5ad9ba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-11-16 Chong Yidong <cyd@stupidchicken.com>
2
3 * subr.el (read-passwd): Yank current kill if the user enters C-y.
4
12008-11-16 Michael Albinus <michael.albinus@gmx.de> 52008-11-16 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * net/tramp.el (tramp-handle-file-name-as-directory): New defun. 7 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.