summaryrefslogtreecommitdiff
path: root/lisp/array.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-08-10 17:06:18 +0000
committerKarl Heuer <kwzh@gnu.org>1999-08-10 17:06:18 +0000
commitbcc7f26d908a195ad4822beabeffcee227f461f4 (patch)
tree2a02e7bf7acccff4bcdd8f2add8e9f70715886d4 /lisp/array.el
parent18e260d410c782e1d6717087a799a63f0356c0da (diff)
Provide `array'.
Diffstat (limited to 'lisp/array.el')
-rw-r--r--lisp/array.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/array.el b/lisp/array.el
index a172c52a084..4084db05757 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