comparison lisp/ChangeLog @ 112032:209df3f0dcc6

* net/tramp.el (tramp-default-method-alist) (tramp-default-user-alist) (tramp-local-host-regexp, tramp-prefix-domain-format) (tramp-prefix-domain-regexp): Set tramp-autoload cookie. * net/tramp-ftp.el: * net/tramp-gvfs.el: * net/tramp-gw.el: * net/tramp-imap.el: * net/tramp-sh.el: * net/tramp-smb.el: Add tramp-autoload cookie for initialisation code of `tramp-default-method-alist' and `tramp-default-user-alist'.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 30 Dec 2010 10:04:15 +0100
parents 5a30dfc28ea8
children 6957ace4e43f
comparison
equal deleted inserted replaced
112031:18b73506d813 112032:209df3f0dcc6
1 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-default-method-alist)
4 (tramp-default-user-alist)
5 (tramp-local-host-regexp, tramp-prefix-domain-format)
6 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
7
8 * net/tramp-ftp.el:
9 * net/tramp-gvfs.el:
10 * net/tramp-gw.el:
11 * net/tramp-imap.el:
12 * net/tramp-sh.el:
13 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
14 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
15
1 2010-12-29 Karl Fogel <kfogel@red-bean.com> 16 2010-12-29 Karl Fogel <kfogel@red-bean.com>
2 17
3 * saveplace.el (save-place-alist-to-file): Save list sorted and 18 * saveplace.el (save-place-alist-to-file): Save list sorted and
4 pretty-printed, so that it is mergeable by line-based text merging, 19 pretty-printed, so that it is mergeable by line-based text merging,
5 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>. 20 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.