diff options
author | Romain Francoise <romain@orebokech.com> | 2006-12-31 15:33:08 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2006-12-31 15:33:08 +0000 |
commit | 13fcde77fb54d616aa83bdc9268e2a92bff4973e (patch) | |
tree | 8665d2c43f9002eb705bae82ad6958637d53c150 /lisp | |
parent | 496f830892de1e0700b9b334d0748cdaa1e8a129 (diff) | |
download | emacs-13fcde77fb54d616aa83bdc9268e2a92bff4973e.tar.gz |
Cosmetics.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5658c878479..1cd2f794e5f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,6 @@ -2006-12-31 Romain Francoise <romain@orebokech.com> +2006-12-31 Romain Francoise <romain@orebokech.com> - * net/tramp.el (tramp-default-method): Don't call `symbol-function'. - Apply `funcall' directly on 'executable-find. + * net/tramp.el (tramp-default-method): Don't use `symbol-function'. 2006-12-31 Kim F. Storm <storm@cua.dk> |