diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-08-10 17:06:18 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-08-10 17:06:18 +0000 |
commit | bcc7f26d908a195ad4822beabeffcee227f461f4 (patch) | |
tree | 2a02e7bf7acccff4bcdd8f2add8e9f70715886d4 /lisp/array.el | |
parent | 18e260d410c782e1d6717087a799a63f0356c0da (diff) | |
download | emacs-bcc7f26d908a195ad4822beabeffcee227f461f4.tar.gz |
Provide `array'.
Diffstat (limited to 'lisp/array.el')
-rw-r--r-- | lisp/array.el | 2 |
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 |