diff options
| author | Chong Yidong | 2008-11-16 19:58:38 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-16 19:58:38 +0000 |
| commit | f5f895cf8e2fcce0b591092ec5804f9ccbe000e9 (patch) | |
| tree | a52a3aabcda8db659be22c9bd8e8887d0b7396c6 | |
| parent | e08b170568e013170c3e814f195bde43db1305fe (diff) | |
| download | emacs-f5f895cf8e2fcce0b591092ec5804f9ccbe000e9.tar.gz emacs-f5f895cf8e2fcce0b591092ec5804f9ccbe000e9.zip | |
* subr.el (read-passwd): Yank current kill if the user enters C-y.
| -rw-r--r-- | lisp/ChangeLog | 4 |
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 @@ | |||
| 1 | 2008-11-16 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * subr.el (read-passwd): Yank current kill if the user enters C-y. | ||
| 4 | |||
| 1 | 2008-11-16 Michael Albinus <michael.albinus@gmx.de> | 5 | 2008-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. |