APPROVE COMMIT 21.5
2006-02-26 Mike Sperber <mike(a)xemacs.org>
* inf-lisp.el (inferior-lisp-install-letter-bindings): Re-instate
autoloads commented out by jwz eons ago---for some people, ILISP
does suck more than inf-lisp.el.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
Index: lisp/lisp-mode.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/lisp-mode.el,v
retrieving revision 1.23
diff -u -r1.23 lisp-mode.el
--- lisp/lisp-mode.el 6 Jun 2004 23:58:44 -0000 1.23
+++ lisp/lisp-mode.el 26 Feb 2006 14:20:20 -0000
@@ -340,7 +340,6 @@
(setq lisp-mode-map (make-sparse-keymap))
(set-keymap-name lisp-mode-map 'lisp-mode-map)
(set-keymap-parents lisp-mode-map (list shared-lisp-mode-map))
- (define-key lisp-mode-map "\e\C-x" 'lisp-send-defun)
;; gag, no. use ilisp. -jwz
;; (define-key lisp-mode-map "\C-c\C-z" 'run-lisp)
)
@@ -364,13 +363,6 @@
(lisp-mode-variables t)
(set-syntax-table lisp-mode-syntax-table)
(run-hooks 'lisp-mode-hook))
-
-;; This will do unless shell.el is loaded.
-;; XEmacs change
-(defun lisp-send-defun ()
- "Send the current defun to the Lisp process made by \\[run-lisp]."
- (interactive)
- (error "Process lisp does not exist"))
;; XEmacs change: emacs-lisp-mode-map is a more appropriate parent.
(defvar lisp-interaction-mode-map ()
Show replies by date