summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-11-11 23:38:53 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-11-11 23:38:53 +0000
commit50997ca202f1b962468e150089a5dc4cae3d40e9 (patch)
treee380fe333011dd956f347639215c7666e74dbbfa /dev-lisp/hyperspec/files
parentstable bump (diff)
downloadgentoo-2-50997ca202f1b962468e150089a5dc4cae3d40e9.tar.gz
gentoo-2-50997ca202f1b962468e150089a5dc4cae3d40e9.tar.bz2
gentoo-2-50997ca202f1b962468e150089a5dc4cae3d40e9.zip
remove hard emacs depend
Diffstat (limited to 'dev-lisp/hyperspec/files')
-rw-r--r--dev-lisp/hyperspec/files/80hyperspec-gentoo.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-lisp/hyperspec/files/80hyperspec-gentoo.el b/dev-lisp/hyperspec/files/80hyperspec-gentoo.el
deleted file mode 100644
index 63a57eadeb9e..000000000000
--- a/dev-lisp/hyperspec/files/80hyperspec-gentoo.el
+++ /dev/null
@@ -1,14 +0,0 @@
-
-;;; hyperspec site-lisp configuration
-
-;; this code is right out of the corresponing package in debian
-
-(add-hook 'ilisp-load-hook
- (function
- (lambda ()
- ;; Set a keybinding for the COMMON-LISP-HYPERSPEC command
- (defkey-ilisp [(control f1)] 'common-lisp-hyperspec)
- (message "Running ilisp-load-hook")
- (setq common-lisp-hyperspec-root "/usr/share/doc/@HYPERSPEC@/")
- (setq common-lisp-hyperspec-symbol-table
- (concat common-lisp-hyperspec-root "Data/Map_Sym.txt")))))