/[emacs]/emacs/lisp/array.el
ViewVC logotype

Diff of /emacs/lisp/array.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by lektu, Wed May 18 10:17:18 2005 UTC revision 1.25 by lute, Thu May 26 12:16:05 2005 UTC
# Line 872  take a numeric prefix argument): Line 872  take a numeric prefix argument):
872  Entering array mode calls the function `array-mode-hook'."  Entering array mode calls the function `array-mode-hook'."
873    
874    (interactive)    (interactive)
875      (kill-all-local-variables)
876    ;; Number of rows in the array.    ;; Number of rows in the array.
877    (make-local-variable 'array-max-row)    (make-local-variable 'array-max-row)
878    ;; Number of columns in the array.    ;; Number of columns in the array.
# Line 907  Entering array mode calls the function ` Line 908  Entering array mode calls the function `
908    (setq truncate-lines t)    (setq truncate-lines t)
909    (setq overwrite-mode 'overwrite-mode-textual)    (setq overwrite-mode 'overwrite-mode-textual)
910    (use-local-map array-mode-map)    (use-local-map array-mode-map)
911    (run-hooks 'array-mode-hook))    (run-mode-hooks 'array-mode-hook))
912    
913    
914    

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26