diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/descr-text.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3feaa4002f9..194fdfdd915 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * descr-text.el: Require help-mode rather than help-fns (bug#4861). | ||
| 4 | |||
| 1 | 2009-11-04 Glenn Morris <rgm@gnu.org> | 5 | 2009-11-04 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro. | 7 | * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro. |
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index c16f8fde610..77b6bb8254d 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | ;;; Code: | 29 | ;;; Code: |
| 30 | 30 | ||
| 31 | (eval-when-compile (require 'quail)) | 31 | (eval-when-compile (require 'quail)) |
| 32 | (require 'help-fns) | 32 | (require 'help-mode) |
| 33 | 33 | ||
| 34 | ;;; Describe-Text Utilities. | 34 | ;;; Describe-Text Utilities. |
| 35 | 35 | ||