Require help-mode rather than help-fns (bug#4861).
This commit is contained in:
parent
eef899a997
commit
56f14120ae
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
;;; Code:
|
||||
|
||||
(eval-when-compile (require 'quail))
|
||||
(require 'help-fns)
|
||||
(require 'help-mode)
|
||||
|
||||
;;; Describe-Text Utilities.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue