Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
56f14120
Commit
56f14120
authored
Nov 04, 2009
by
Stefan Monnier
Browse files
Require help-mode rather than help-fns (bug#4861).
parent
eef899a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/descr-text.el
lisp/descr-text.el
+1
-1
No files found.
lisp/ChangeLog
View file @
56f14120
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.
...
...
lisp/descr-text.el
View file @
56f14120
...
...
@@ -29,7 +29,7 @@
;;; Code:
(
eval-when-compile
(
require
'quail
))
(
require
'help-
fns
)
(
require
'help-
mode
)
;;; Describe-Text Utilities.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment