diff lisp/textmodes/picture.el @ 584:4cd7543be581

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 20:39:07 +0000
parents 2ca8cdb96a9f
children 505130d1ddf8
line wrap: on
line diff
--- a/lisp/textmodes/picture.el	Mon Mar 16 20:39:05 1992 +0000
+++ b/lisp/textmodes/picture.el	Mon Mar 16 20:39:07 1992 +0000
@@ -19,8 +19,6 @@
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
 
-(provide 'picture)
-
 (defun move-to-column-force (column)
   "Move to column COLUMN in current line.
 Differs from `move-to-column' in that it creates or modifies whitespace
@@ -558,3 +556,6 @@
    (goto-char (point-min))
    (while (re-search-forward "[ \t][ \t]*$" nil t)
      (delete-region (match-beginning 0) (point)))))
+
+(provide 'picture)
+