# HG changeset patch # User Stefan Monnier # Date 1256151295 0 # Node ID e381bf63474f5ff0fab9b2febca9f1ad01e6c1aa # Parent 964ff7cbc8a680807e0629d0677c844163c4602f Don't require help-mode (to avoid bootstrap issues). diff -r 964ff7cbc8a6 -r e381bf63474f lisp/ChangeLog --- 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 + + * help-fns.el: Don't require help-mode (to avoid bootstrap issues). + 2009-10-21 Eric Ludlam * 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. diff -r 964ff7cbc8a6 -r e381bf63474f lisp/help-fns.el --- a/lisp/help-fns.el Wed Oct 21 18:29:46 2009 +0000 +++ b/lisp/help-fns.el Wed Oct 21 18:54:55 2009 +0000 @@ -32,8 +32,6 @@ ;;; Code: -(require 'help-mode) - ;; Functions ;;;###autoload