summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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