diff options
| author | Eric S. Raymond | 1992-05-30 23:54:21 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1992-05-30 23:54:21 +0000 |
| commit | c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (patch) | |
| tree | 925fc795c6471c7b0904feba14782fdc5689308b /lisp/array.el | |
| parent | 84fc2cfa7d62e9ff77405340bae99cf5b1a9e164 (diff) | |
| download | emacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.tar.gz emacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.zip | |
*** empty log message ***
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 | ||