Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e3e4b1f2
Commit
e3e4b1f2
authored
May 26, 2005
by
Lute Kamstra
Browse files
(array-mode): Use kill-all-local-variables and run-mode-hooks.
parent
21a88c56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/array.el
lisp/array.el
+2
-1
No files found.
lisp/array.el
View file @
e3e4b1f2
...
...
@@ -872,6 +872,7 @@ take a numeric prefix argument):
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,7 +908,7 @@ Entering array mode calls the function `array-mode-hook'."
(
setq
truncate-lines
t
)
(
setq
overwrite-mode
'overwrite-mode-textual
)
(
use-local-map
array-mode-map
)
(
run-hooks
'array-mode-hook
))
(
run-
mode-
hooks
'array-mode-hook
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment