comparison lisp/modes/lisp-mode.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 4103f0995bd7
children 131b0175ea99
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
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