Index: emacs/lisp/emacs-lisp/derived.el diff -c emacs/lisp/emacs-lisp/derived.el:1.7 emacs/lisp/emacs-lisp/derived.el:1.8 *** emacs/lisp/emacs-lisp/derived.el:1.7 Sun Jun 12 16:57:08 2005 --- emacs/lisp/emacs-lisp/derived.el Thu Jun 16 16:13:25 2005 *************** *** 320,326 **** ;;;###autoload (defun derived-mode-init-mode-variables (mode) ! "Initialise variables for a new MODE. Right now, if they don't already exist, set up a blank keymap, an empty syntax table, and an empty abbrev table -- these will be merged the first time the mode is used." --- 320,326 ---- ;;;###autoload (defun derived-mode-init-mode-variables (mode) ! "Initialize variables for a new MODE. Right now, if they don't already exist, set up a blank keymap, an empty syntax table, and an empty abbrev table -- these will be merged the first time the mode is used."
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
