comparison lisp/modes/lisp-mode.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 4be1180a9e89
children cca96a509cfe
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
314 (interactive) 314 (interactive)
315 (error "Process lisp does not exist")) 315 (error "Process lisp does not exist"))
316 316
317 ;; XEmacs change: emacs-lisp-mode-map is a more appropriate parent. 317 ;; XEmacs change: emacs-lisp-mode-map is a more appropriate parent.
318 (defvar lisp-interaction-mode-map () 318 (defvar lisp-interaction-mode-map ()
319 "Keymap for Lisp Interaction moe. 319 "Keymap for Lisp Interaction mode.
320 All commands in `shared-lisp-mode-map' are inherited by this map.") 320 All commands in `shared-lisp-mode-map' are inherited by this map.")
321 321
322 (if lisp-interaction-mode-map 322 (if lisp-interaction-mode-map
323 () 323 ()
324 ;; XEmacs set keymap our way 324 ;; XEmacs set keymap our way