Since hyperbole isn't distributed with XEmacs, XEmacs shouldn't bind
keystrokes to it which are bound to fail.
-Michael Ernst
mernst(a)cs.washington.edu
--- /homes/fish/mernst/emacs/xlisp/prim/help.el Mon Feb 2 00:27:02 1998
+++ - Thu May 7 09:21:26 1998
@@ -77,16 +77,6 @@
(define-key help-map "F" 'xemacs-local-faq)
-;;; Setup so Hyperbole can be autoloaded from a key.
-;;; Choose a key on which to place the Hyperbole menus.
-;;; For most people this key binding will work and will be equivalent
-;;; to {C-h h}.
-;;;
-(or (where-is-internal 'hyperbole)
- (where-is-internal 'hui:menu)
- (define-key help-map "h" 'hyperbole))
-(autoload 'hyperbole "hsite" "Hyperbole info manager menus." t)
-
(define-key help-map "i" 'info)
(define-key help-map '(control i) 'Info-query)
;; FSFmacs has Info-goto-emacs-command-node on C-f, no binding
Show replies by date