Mercurial > emacs
diff lisp/array.el @ 662:8a533acedb77
*** empty log message ***
| author | Eric S. Raymond <esr@snark.thyrsus.com> |
|---|---|
| date | Sat, 30 May 1992 23:54:21 +0000 |
| parents | 289ee39b1637 |
| children | 4f28bd14272c |
line wrap: on
line diff
--- a/lisp/array.el Sat May 30 23:52:26 1992 +0000 +++ b/lisp/array.el Sat May 30 23:54:21 1992 +0000 @@ -1,4 +1,5 @@ -;;; Array editing commands for Gnu Emacs +;;; array.el --- array editing commands for Gnu Emacs + ;;; Written by dmb%morgoth@harvard.harvard.edu (address is old) ;;; (David M. Brown at Goldberg-Zoino & Associates, Inc.) ;;; Thanks to cph@kleph.ai.mit.edu for assistance @@ -955,3 +956,5 @@ (or arg (+ (ceiling max-column columns-per-line) (if rows-numbered 1 0))))) + +;;; array.el ends here
