summaryrefslogtreecommitdiff
path: root/lisp/rect.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-15 23:29:10 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-15 23:29:10 +0000
commit9b9e4a0d969462615e1fbbc9553f7b1f745ab251 (patch)
tree57afab259be041d2ce223b78f2b68451f6d8186f /lisp/rect.el
parentc27882f2fda66d2cdd25e2d06d3cffd93ec4d83c (diff)
downloademacs-9b9e4a0d969462615e1fbbc9553f7b1f745ab251.tar.gz
*** 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 @@
;;; rect.el --- rectangle functions for GNU Emacs.
+;; Maintainer: FSF
+;; Last-Modified: 9 May 1991
+
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -18,6 +21,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;; Code:
(defun operate-on-rectangle (function start end coerce-tabs)
"Call FUNCTION for each line of rectangle with corners at START, END.