]> code.delx.au - gnu-emacs/blobdiff - lisp/array.el
File regenerated.
[gnu-emacs] / lisp / array.el
index b1182c7f16ea9f0b03c82a6cdc1dc8d3a9bc3b0f..fc128d3a7bce8e20de5bbcf29c3bad9838ea27f5 100644 (file)
@@ -1,4 +1,4 @@
-;;; array.el --- array editing commands for Gnu Emacs
+;;; array.el --- array editing commands for GNU Emacs
 
 ;; Copyright (C) 1987, 2000 Free Software Foundation, Inc.
 
@@ -903,7 +903,7 @@ Entering array mode calls the function `array-mode-hook'."
   (setq major-mode 'array-mode)
   (setq mode-name "Array")
   (force-mode-line-update)
-  (make-variable-buffer-local 'truncate-lines)
+  (make-local-variable 'truncate-lines)
   (setq truncate-lines t)
   (setq overwrite-mode 'overwrite-mode-textual)
   (use-local-map array-mode-map)