emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/derived.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/derived.el
Date: Thu, 16 Jun 2005 12:13:26 -0400

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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]