comparison lisp/textmodes/picture.el @ 659:505130d1ddf8

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 22:12:04 +0000
parents 4cd7543be581
children 4f28bd14272c
comparison
equal deleted inserted replaced
658:7cbd4fcd8b0f 659:505130d1ddf8
1 ;; "Picture mode" -- editing using quarter-plane screen model. 1 ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model.
2
2 ;; Copyright (C) 1985 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985 Free Software Foundation, Inc.
3 ;; Principal author K. Shane Hartman 4 ;; Principal author K. Shane Hartman
4 5
5 ;; This file is part of GNU Emacs. 6 ;; This file is part of GNU Emacs.
6 7
557 (while (re-search-forward "[ \t][ \t]*$" nil t) 558 (while (re-search-forward "[ \t][ \t]*$" nil t)
558 (delete-region (match-beginning 0) (point))))) 559 (delete-region (match-beginning 0) (point)))))
559 560
560 (provide 'picture) 561 (provide 'picture)
561 562
563 ;;; picture.el ends here