Mercurial > emacs
comparison lisp/ChangeLog @ 70021:8991a6461375
* cus-edit.el (customize-package-emacs-version-alist): Update
docstring.
(customize-package-emacs-version): Use cdr instead of cadr now that
alists use dotted pairs.
* custom.el (defcustom): Fix docstring for :package-version.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Fri, 14 Apr 2006 00:46:39 +0000 |
parents | 2578326defd6 |
children | c4d23fcbb9bd |
comparison
equal
deleted
inserted
replaced
70020:2578326defd6 | 70021:8991a6461375 |
---|---|
1 2006-04-13 Bill Wohler <wohler@newt.com> | |
2 | |
3 * cus-edit.el (customize-package-emacs-version-alist): Update | |
4 docstring. | |
5 (customize-package-emacs-version): Use cdr instead of cadr now | |
6 that alists use dotted pairs. | |
7 | |
8 * custom.el (defcustom): Fix docstring for :package-version. | |
9 | |
1 2006-04-13 Michael Albinus <michael.albinus@gmx.de> | 10 2006-04-13 Michael Albinus <michael.albinus@gmx.de> |
2 | 11 |
3 * net/tramp.el (tramp-display-shell-command-buffer): New defvar. | 12 * net/tramp.el (tramp-display-shell-command-buffer): New defvar. |
4 (tramp-handle-shell-command): Display output buffer only when | 13 (tramp-handle-shell-command): Display output buffer only when |
5 `tramp-display-shell-command-buffer' is true. | 14 `tramp-display-shell-command-buffer' is true. |