diff options
| author | Karl Heuer | 1999-08-10 17:06:18 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-08-10 17:06:18 +0000 |
| commit | bcc7f26d908a195ad4822beabeffcee227f461f4 (patch) | |
| tree | 2a02e7bf7acccff4bcdd8f2add8e9f70715886d4 /lisp | |
| parent | 18e260d410c782e1d6717087a799a63f0356c0da (diff) | |
| download | emacs-bcc7f26d908a195ad4822beabeffcee227f461f4.tar.gz emacs-bcc7f26d908a195ad4822beabeffcee227f461f4.zip | |
Provide `array'.
Diffstat (limited to 'lisp')
| -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." | |||
| 947 | (+ (floor (1- max-column) columns-per-line) | 947 | (+ (floor (1- max-column) columns-per-line) |
| 948 | (if rows-numbered 2 1))))) | 948 | (if rows-numbered 2 1))))) |
| 949 | 949 | ||
| 950 | (provide 'array) | ||
| 951 | |||
| 950 | ;;; array.el ends here | 952 | ;;; array.el ends here |