comparison lisp/ChangeLog @ 75007:4b58ce68eaec

* net/tramp.el (tramp-default-method): Don't call `symbol-function'. Apply `funcall' directly on 'executable-find.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 31 Dec 2006 15:03:51 +0000
parents a8f469237c7e
children 7ef4e78d5b6a
comparison
equal deleted inserted replaced
75006:a8f469237c7e 75007:4b58ce68eaec
1 2006-12-31 Romain Francoise <romain@orebokech.com>
2
3 * net/tramp.el (tramp-default-method): Don't call `symbol-function'.
4 Apply `funcall' directly on 'executable-find.
5
1 2006-12-31 Kim F. Storm <storm@cua.dk> 6 2006-12-31 Kim F. Storm <storm@cua.dk>
2 7
3 * files.el (auto-mode-case-fold): New defcustom. 8 * files.el (auto-mode-case-fold): New defcustom.
4 (set-auto-mode): If non-nil, perform second case-sensitive pass 9 (set-auto-mode): If non-nil, perform second case-sensitive pass
5 through auto-mode-alist if first pass failed. 10 through auto-mode-alist if first pass failed.