diff options
| author | Juanma Barranquero | 2014-03-23 23:11:59 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-03-23 23:11:59 +0100 |
| commit | 3ea2c7811bb678c31ee2db467080c397cbf9e3a7 (patch) | |
| tree | 40f42daf82dcf9b279c6310cc08b9000a7f402a7 /lisp/ChangeLog | |
| parent | 9729c262eb427c6faeb9fc294c1322d801df84f2 (diff) | |
| download | emacs-3ea2c7811bb678c31ee2db467080c397cbf9e3a7.tar.gz emacs-3ea2c7811bb678c31ee2db467080c397cbf9e3a7.zip | |
lisp/frame.el (make-frame): Don't quote display name in error message.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f00bef537f6..50d33c69b37 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-03-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * frame.el (make-frame): Don't quote display name in error message, | ||
| 4 | it is already a string. | ||
| 5 | |||
| 1 | 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 6 | 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 2 | 7 | ||
| 3 | * net/tramp.el (tramp-read-passwd): Suspend the timers while reading | 8 | * net/tramp.el (tramp-read-passwd): Suspend the timers while reading |