comparison lisp/derived.el @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 41ff10fd062f
children 8626e4521993
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
214 214
215 ;; Utility functions for defining a derived mode. 215 ;; Utility functions for defining a derived mode.
216 216
217 ;; XEmacs -- don't autoload 217 ;; XEmacs -- don't autoload
218 (defun derived-mode-init-mode-variables (mode) 218 (defun derived-mode-init-mode-variables (mode)
219 "Initialise variables for a new mode. 219 "Initialize variables for a new mode.
220 Right now, if they don't already exist, set up a blank keymap, an 220 Right now, if they don't already exist, set up a blank keymap, an
221 empty syntax table, and an empty abbrev table -- these will be merged 221 empty syntax table, and an empty abbrev table -- these will be merged
222 the first time the mode is used." 222 the first time the mode is used."
223 223
224 (if (boundp (derived-mode-map-name mode)) 224 (if (boundp (derived-mode-map-name mode))