diff options
Diffstat (limited to 'lisp/array.el')
| -rw-r--r-- | lisp/array.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/array.el b/lisp/array.el index d58d558188e..b7abdee6dd2 100644 --- a/lisp/array.el +++ b/lisp/array.el | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | ;;; Array editing commands for Gnu Emacs | 1 | ;;; array.el --- array editing commands for Gnu Emacs |
| 2 | |||
| 2 | ;;; Written by dmb%morgoth@harvard.harvard.edu (address is old) | 3 | ;;; Written by dmb%morgoth@harvard.harvard.edu (address is old) |
| 3 | ;;; (David M. Brown at Goldberg-Zoino & Associates, Inc.) | 4 | ;;; (David M. Brown at Goldberg-Zoino & Associates, Inc.) |
| 4 | ;;; Thanks to cph@kleph.ai.mit.edu for assistance | 5 | ;;; Thanks to cph@kleph.ai.mit.edu for assistance |
| @@ -955,3 +956,5 @@ array in this buffer." | |||
| 955 | (or arg | 956 | (or arg |
| 956 | (+ (ceiling max-column columns-per-line) | 957 | (+ (ceiling max-column columns-per-line) |
| 957 | (if rows-numbered 1 0))))) | 958 | (if rows-numbered 1 0))))) |
| 959 | |||
| 960 | ;;; array.el ends here | ||