[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/array.el
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/array.el |
Date: |
Thu, 26 May 2005 08:16:05 -0400 |
Index: emacs/lisp/array.el
diff -c emacs/lisp/array.el:1.24 emacs/lisp/array.el:1.25
*** emacs/lisp/array.el:1.24 Wed May 18 10:17:18 2005
--- emacs/lisp/array.el Thu May 26 12:16:05 2005
***************
*** 872,877 ****
--- 872,878 ----
Entering array mode calls the function `array-mode-hook'."
(interactive)
+ (kill-all-local-variables)
;; Number of rows in the array.
(make-local-variable 'array-max-row)
;; Number of columns in the array.
***************
*** 907,913 ****
(setq truncate-lines t)
(setq overwrite-mode 'overwrite-mode-textual)
(use-local-map array-mode-map)
! (run-hooks 'array-mode-hook))
--- 908,914 ----
(setq truncate-lines t)
(setq overwrite-mode 'overwrite-mode-textual)
(use-local-map array-mode-map)
! (run-mode-hooks 'array-mode-hook))