From: Karl Heuer Date: Tue, 10 Aug 1999 17:06:18 +0000 (+0000) Subject: Provide `array'. X-Git-Tag: emacs-pretest-21.0.90~7215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bcc7f26d908a195ad4822beabeffcee227f461f4;p=emacs.git Provide `array'. --- 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