changeset 105850:788b904aa868

Require help-mode rather than help-fns (bug#4861).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 04 Nov 2009 04:32:04 +0000
parents e7f7399383e9
children b7557958fa7d
files lisp/ChangeLog lisp/descr-text.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Nov 04 03:17:15 2009 +0000
+++ b/lisp/ChangeLog	Wed Nov 04 04:32:04 2009 +0000
@@ -1,3 +1,7 @@
+2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* descr-text.el: Require help-mode rather than help-fns (bug#4861).
+
 2009-11-04  Glenn Morris  <rgm@gnu.org>
 
 	* emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
--- a/lisp/descr-text.el	Wed Nov 04 03:17:15 2009 +0000
+++ b/lisp/descr-text.el	Wed Nov 04 04:32:04 2009 +0000
@@ -29,7 +29,7 @@
 ;;; Code:
 
 (eval-when-compile (require 'quail))
-(require 'help-fns)
+(require 'help-mode)
 
 ;;; Describe-Text Utilities.