mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
*** empty log message ***
This commit is contained in:
parent
c88ab9ce4a
commit
6594deb0dc
40 changed files with 145 additions and 50 deletions
|
|
@ -1,4 +1,5 @@
|
|||
;; Rectangle functions for GNU Emacs.
|
||||
;;; rect.el --- rectangle functions for GNU Emacs.
|
||||
|
||||
;; Copyright (C) 1985 Free Software Foundation, Inc.
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
|
@ -210,3 +211,5 @@ When called from a program, requires two args which specify the corners."
|
|||
(delete-char -1)
|
||||
(indent-to aftercol)
|
||||
(backward-char (- aftercol column))))
|
||||
|
||||
;;; rect.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue