Mercurial > emacs
changeset 105694:e381bf63474f
Don't require help-mode (to avoid bootstrap issues).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 21 Oct 2009 18:54:55 +0000 |
parents | 964ff7cbc8a6 |
children | e226a1347b93 |
files | lisp/ChangeLog lisp/help-fns.el |
diffstat | 2 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 21 18:29:46 2009 +0000 +++ b/lisp/ChangeLog Wed Oct 21 18:54:55 2009 +0000 @@ -1,3 +1,7 @@ +2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca> + + * help-fns.el: Don't require help-mode (to avoid bootstrap issues). + 2009-10-21 Eric Ludlam <zappo@gnu.org> * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init) @@ -14,8 +18,8 @@ (tramp-smb-handle-file-attributes): Use it. (tramp-smb-do-file-attributes-with-stat): Don't raise an error. (tramp-smb-handle-insert-directory): Use `mapc' rather than - `mapcar'. Use `tramp-smb-get-stat-capability'. Add - `dired-filename' text properties. + `mapcar'. Use `tramp-smb-get-stat-capability'. + Add `dired-filename' text properties. (tramp-smb-get-cifs-capabilities): Apply `save-match-data'. (tramp-smb-maybe-open-connection): Simplify check for smbclient version.