aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2006-12-31 15:03:51 +0000
committerMichael Albinus2006-12-31 15:03:51 +0000
commit496f830892de1e0700b9b334d0748cdaa1e8a129 (patch)
tree5e056266de54a2b3cd8eb6b8b7333a9dd94052bd /lisp/ChangeLog
parentf57cdb50a7d11aec40238bfe8687eaaf403e1b17 (diff)
downloademacs-496f830892de1e0700b9b334d0748cdaa1e8a129.tar.gz
emacs-496f830892de1e0700b9b334d0748cdaa1e8a129.zip
* net/tramp.el (tramp-default-method): Don't call `symbol-function'.
Apply `funcall' directly on 'executable-find.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1c1070b040b..5658c878479 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-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
12006-12-31 Kim F. Storm <storm@cua.dk> 62006-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.