emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sat, 18 Sep 2004 20:09:03 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.660 emacs/lisp/simple.el:1.661
*** emacs/lisp/simple.el:1.660  Sun Sep 12 18:52:03 2004
--- emacs/lisp/simple.el        Sun Sep 19 00:02:44 2004
***************
*** 282,288 ****
    "Major mode not specialized for anything in particular.
  Other major modes are defined by comparison with this one."
    (interactive)
!   (kill-all-local-variables))
  
  ;; Making and deleting lines.
  
--- 282,289 ----
    "Major mode not specialized for anything in particular.
  Other major modes are defined by comparison with this one."
    (interactive)
!   (kill-all-local-variables)
!   (run-hooks 'after-change-major-mode-hook))
  
  ;; Making and deleting lines.
  




reply via email to

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