aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/rect.el
diff options
context:
space:
mode:
authorEric S. Raymond1992-07-15 23:29:10 +0000
committerEric S. Raymond1992-07-15 23:29:10 +0000
commit4821e2af02e05e24dd06989e389e8ed6d5b2e934 (patch)
tree3d04612a47f67299071496c2e01ca8570af584a8 /lisp/rect.el
parent4f4b8effc3d583cdddb29213b89bd34756c9fecd (diff)
downloademacs-4821e2af02e05e24dd06989e389e8ed6d5b2e934.tar.gz
emacs-4821e2af02e05e24dd06989e389e8ed6d5b2e934.zip
*** empty log message ***
Diffstat (limited to 'lisp/rect.el')
-rw-r--r--lisp/rect.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/rect.el b/lisp/rect.el
index 343143e10cb..163f1c162ed 100644
--- a/lisp/rect.el
+++ b/lisp/rect.el
@@ -1,5 +1,8 @@
1;;; rect.el --- rectangle functions for GNU Emacs. 1;;; rect.el --- rectangle functions for GNU Emacs.
2 2
3;; Maintainer: FSF
4;; Last-Modified: 9 May 1991
5
3;; Copyright (C) 1985 Free Software Foundation, Inc. 6;; Copyright (C) 1985 Free Software Foundation, Inc.
4 7
5;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
@@ -18,6 +21,7 @@
18;; along with GNU Emacs; see the file COPYING. If not, write to 21;; along with GNU Emacs; see the file COPYING. If not, write to
19;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
20 23
24;;; Code:
21 25
22(defun operate-on-rectangle (function start end coerce-tabs) 26(defun operate-on-rectangle (function start end coerce-tabs)
23 "Call FUNCTION for each line of rectangle with corners at START, END. 27 "Call FUNCTION for each line of rectangle with corners at START, END.