comparison lisp/ChangeLog @ 96779:2a63efc82880

(open-tls-stream): Make it work with the 2nd argument BUFFER that is a string but does not exist as a buffer object, as mentioned in the doc-string.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 18 Jul 2008 00:59:10 +0000
parents 5a9289cb119e
children bc2e85d30c83
comparison
equal deleted inserted replaced
96778:5dafdebb219d 96779:2a63efc82880
1 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
4 BUFFER that is a string but does not exist as a buffer object, as
5 mentioned in the doc-string.
6
1 2008-07-17 Chong Yidong <cyd@stupidchicken.com> 7 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * simple.el (line-move-visual): Make it a defcustom. 9 * simple.el (line-move-visual): Make it a defcustom.
4 (line-move-1): Convert temporary-goal-column back to an integer if 10 (line-move-1): Convert temporary-goal-column back to an integer if
5 it was set as a float by a previous call to line-move-visual. 11 it was set as a float by a previous call to line-move-visual.