aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1999-08-10 17:06:18 +0000
committerKarl Heuer <[email protected]>1999-08-10 17:06:18 +0000
commitbcc7f26d908a195ad4822beabeffcee227f461f4 (patch)
tree2a02e7bf7acccff4bcdd8f2add8e9f70715886d4
parent18e260d410c782e1d6717087a799a63f0356c0da (diff)
Provide `array'.
-rw-r--r--lisp/array.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/array.el b/lisp/array.el
index a172c52a08..4084db0575 100644
--- a/lisp/array.el
+++ b/lisp/array.el
@@ -947,4 +947,6 @@ array in this buffer."
(+ (floor (1- max-column) columns-per-line)
(if rows-numbered 2 1)))))
+(provide 'array)
+
;;; array.el ends here