]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't require help-mode (to avoid bootstrap issues).
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 21 Oct 2009 18:54:55 +0000 (18:54 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 21 Oct 2009 18:54:55 +0000 (18:54 +0000)
lisp/ChangeLog
lisp/help-fns.el

index e78a3c28ee19debb9b2e0a2cf3c4efcaf10b7439..8b352d1f88493180e8dfc45cb52b539f81ff7e2a 100644 (file)
@@ -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.
index eed605e3e93cb57de4332cc09c2a55b85521988b..9af6e38c4912d5ffe971582c724244434c1ac17f 100644 (file)
@@ -32,8 +32,6 @@
 
 ;;; Code:
 
-(require 'help-mode)
-
 ;; Functions
 
 ;;;###autoload