emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/rect.el


From: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/rect.el
Date: Tue, 07 May 2002 15:30:21 -0400

Index: emacs/lisp/rect.el
diff -c emacs/lisp/rect.el:1.41 emacs/lisp/rect.el:1.42
*** emacs/lisp/rect.el:1.41     Thu Apr 18 20:23:08 2002
--- emacs/lisp/rect.el  Tue May  7 15:30:21 2002
***************
*** 293,299 ****
      (unless (= (point) (point-at-eol))
        (delete-region (point) (progn (skip-syntax-forward " ") (point))))))
  
! ;;;###autoload (defalias 'close-rectangle 'delete-whitespace-rectangle) ;; 
Old name
  ;;;###autoload
  (defun delete-whitespace-rectangle (start end &optional fill)
    "Delete all whitespace following a specified column in each line.
--- 293,301 ----
      (unless (= (point) (point-at-eol))
        (delete-region (point) (progn (skip-syntax-forward " ") (point))))))
  
! ;;;###autoload
! (defalias 'close-rectangle 'delete-whitespace-rectangle) ;; Old name
! 
  ;;;###autoload
  (defun delete-whitespace-rectangle (start end &optional fill)
    "Delete all whitespace following a specified column in each line.
***************
*** 318,324 ****
    (insert string))
  
  ;;;###autoload
- 
  (defun string-rectangle (start end string)
    "Replace rectangle contents with STRING on each line.
  The length of STRING need not be the same as the rectangle width.
--- 320,325 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]