/[emacs]/emacs/lisp/array.el
ViewVC logotype

Diff of /emacs/lisp/array.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by pj, Sun Jul 15 16:15:34 2001 UTC revision 1.19 by pj, Mon Nov 26 16:20:18 2001 UTC
# Line 688  of array-rows-numbered." Line 688  of array-rows-numbered."
688          (kill-line 1))          (kill-line 1))
689         (t         (t
690          ;; Add the row number.          ;; Add the row number.
691          (insert-string (format "%d:\n" this-row))))          (insert (format "%d:\n" this-row))))
692        ;; Deal with the array columns in this row.        ;; Deal with the array columns in this row.
693        (cond        (cond
694         ((= old-columns-per-line new-columns-per-line)         ((= old-columns-per-line new-columns-per-line)

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26