diff options
| author | Stefan Monnier | 2009-10-21 18:54:55 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-10-21 18:54:55 +0000 |
| commit | 5f2022a3f4e134b3eed5a2100bef23e757449095 (patch) | |
| tree | 782193eefcfe025113f83f5dc4946667b7a5809c | |
| parent | 5c646d5a31903acabeb267a69f6fa7d1f21dcad7 (diff) | |
| download | emacs-5f2022a3f4e134b3eed5a2100bef23e757449095.tar.gz emacs-5f2022a3f4e134b3eed5a2100bef23e757449095.zip | |
Don't require help-mode (to avoid bootstrap issues).
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/help-fns.el | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e78a3c28ee1..8b352d1f884 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * help-fns.el: Don't require help-mode (to avoid bootstrap issues). | ||
| 4 | |||
| 1 | 2009-10-21 Eric Ludlam <zappo@gnu.org> | 5 | 2009-10-21 Eric Ludlam <zappo@gnu.org> |
| 2 | 6 | ||
| 3 | * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init) | 7 | * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init) |
| @@ -14,8 +18,8 @@ | |||
| 14 | (tramp-smb-handle-file-attributes): Use it. | 18 | (tramp-smb-handle-file-attributes): Use it. |
| 15 | (tramp-smb-do-file-attributes-with-stat): Don't raise an error. | 19 | (tramp-smb-do-file-attributes-with-stat): Don't raise an error. |
| 16 | (tramp-smb-handle-insert-directory): Use `mapc' rather than | 20 | (tramp-smb-handle-insert-directory): Use `mapc' rather than |
| 17 | `mapcar'. Use `tramp-smb-get-stat-capability'. Add | 21 | `mapcar'. Use `tramp-smb-get-stat-capability'. |
| 18 | `dired-filename' text properties. | 22 | Add `dired-filename' text properties. |
| 19 | (tramp-smb-get-cifs-capabilities): Apply `save-match-data'. | 23 | (tramp-smb-get-cifs-capabilities): Apply `save-match-data'. |
| 20 | (tramp-smb-maybe-open-connection): Simplify check for smbclient | 24 | (tramp-smb-maybe-open-connection): Simplify check for smbclient |
| 21 | version. | 25 | version. |
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index eed605e3e93..9af6e38c491 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el | |||
| @@ -32,8 +32,6 @@ | |||
| 32 | 32 | ||
| 33 | ;;; Code: | 33 | ;;; Code: |
| 34 | 34 | ||
| 35 | (require 'help-mode) | ||
| 36 | |||
| 37 | ;; Functions | 35 | ;; Functions |
| 38 | 36 | ||
| 39 | ;;;###autoload | 37 | ;;;###autoload |