]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/derived.el
Emulate POSIX_SIGNALS on MS-Windows.
[gnu-emacs] / lisp / emacs-lisp / derived.el
index debef5535f5d6a794e3ef96681216999418041f2..d6f717ccda754bba68b55656a83c0c1c3f564db4 100644 (file)
@@ -230,7 +230,7 @@ No problems result if this variable is not bound.
                                        ; Run the parent.
         (delay-mode-hooks
 
-         (,(or parent 'kill-all-local-variables))
+         (,(or parent 'fundamental-mode))
                                        ; Identify the child mode.
          (setq major-mode (quote ,child))
          (setq mode-name ,name)