emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/array.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/array.el
Date: Fri, 04 Apr 2003 01:21:40 -0500

Index: emacs/lisp/array.el
diff -c emacs/lisp/array.el:1.20 emacs/lisp/array.el:1.21
*** emacs/lisp/array.el:1.20    Sun Jan 13 04:02:35 2002
--- emacs/lisp/array.el Tue Feb  4 06:00:48 2003
***************
*** 58,64 ****
    (defvar array-respect-tabs))
  
  ;;; Internal information functions.
!   
  (defun array-cursor-in-array-range ()
    "Return t if the cursor is in a valid array cell.
  Its ok to be on a row number line."
--- 58,64 ----
    (defvar array-respect-tabs))
  
  ;;; Internal information functions.
! 
  (defun array-cursor-in-array-range ()
    "Return t if the cursor is in a valid array cell.
  Its ok to be on a row number line."
***************
*** 385,391 ****
        (insert array-copy-string))
        (move-to-column array-buffer-column)
        (setq count (1- count)))))
!       
  (defun array-copy-to-column (a-column)
    "Copy current field horizontally into every cell up to and including 
A-COLUMN.
  Leave point at the beginning of the field."
--- 385,391 ----
        (insert array-copy-string))
        (move-to-column array-buffer-column)
        (setq count (1- count)))))
! 
  (defun array-copy-to-column (a-column)
    "Copy current field horizontally into every cell up to and including 
A-COLUMN.
  Leave point at the beginning of the field."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]