aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/docstring-magic.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-17 13:58:09 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-17 13:58:09 +0000
commit0d0a9195acc11e980785eb38ccbef7c5c1ffd283 (patch)
tree2fe748cee6af54cc4e4bc2a7f8011c0d34933683 /doc/docstring-magic.el
parent538ea643f55bde4441e73b4158e5bda40e7ab79b (diff)
Fix FSF prob.
Diffstat (limited to 'doc/docstring-magic.el')
-rw-r--r--doc/docstring-magic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docstring-magic.el b/doc/docstring-magic.el
index 0fd11faa..2f7bd6c8 100644
--- a/doc/docstring-magic.el
+++ b/doc/docstring-magic.el
@@ -24,7 +24,7 @@
(load "coq.el")
(load "lego.el")
;; A couple of comint symbols are mentioned in the docs
-(load "comint.el")
+(require 'comint)
;; Set some symbols to make markup happen
(setq sml-mode 'markup-hack)