mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
*** empty log message ***
This commit is contained in:
parent
84fc2cfa7d
commit
c0274f385f
49 changed files with 298 additions and 58 deletions
|
|
@ -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 @@ array in this buffer."
|
|||
(or arg
|
||||
(+ (ceiling max-column columns-per-line)
|
||||
(if rows-numbered 1 0)))))
|
||||
|
||||
;;; array.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue