comparison lisp/ChangeLog @ 87322:e99e230d7eb3

* files.el (cd-absolute): Set `list-buffers-directory' in order to show correct path in buffer list. * net/tramp.el (tramp-open-connection-setup-interactive-shell) (tramp-find-shell): Send only single prompt setting commands, in order to avoid double-prompt. * net/tramp-compat.el (top): Require cl only when compiling. Reported by Glenn Morris <rgm@gnu.org>.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 18 Dec 2007 21:02:53 +0000
parents 0c95db530576
children 8e18b9e1e74a
comparison
equal deleted inserted replaced
87321:0c95db530576 87322:e99e230d7eb3
1 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
2
3 * files.el (cd-absolute): Set `list-buffers-directory' in order to
4 show correct path in buffer list.
5
6 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
7 (tramp-find-shell): Send only single prompt setting commands, in
8 order to avoid double-prompt.
9
10 * net/tramp-compat.el (top): Require cl only when compiling.
11 Reported by Glenn Morris <rgm@gnu.org>.
12
1 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org> 13 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
2 14
3 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL. 15 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
4 (c-comment-continuation-stars): No longer declare with 16 (c-comment-continuation-stars): No longer declare with
5 cc-bytecomp-obsolete-var and cc-bytecomp-defvar. 17 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.