diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
commit | 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch) | |
tree | 60c249f15b04478367256fef95c6fd7557f263b9 /lisp/textmodes/picture.el | |
parent | 3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff) | |
download | emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.bz2 emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.zip |
*** empty log message ***
Diffstat (limited to 'lisp/textmodes/picture.el')
-rw-r--r-- | lisp/textmodes/picture.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 2c1ab18bef2..a72dee496ae 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el @@ -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 @@ With no argument strips whitespace from end of every line in Picture buffer (goto-char (point-min)) (while (re-search-forward "[ \t][ \t]*$" nil t) (delete-region (match-beginning 0) (point))))) + +(provide 'picture) + |