bug-gnu-emacs
[Top][All Lists]
Advanced

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

`replace-rectangle' should be autoloaded


From: Michael Ernst
Subject: `replace-rectangle' should be autoloaded
Date: Mon, 25 Mar 2002 17:35:26 -0500

`replace-rectangle' is advertised in the Emacs 21.2 NEWS file, so it should
be autoloaded.

2002-03-24  Michael Ernst  <mernst@alum.mit.edu>

        * rect.el (replace-rectangle): Autoload.


*** /usr/local/share/emacs/21.2/lisp/rect.el    Fri Nov 16 19:34:53 2001
--- -   Sun Mar 24 09:15:36 2002
***************
*** 337,340 ****
--- 337,341 ----
    (apply-on-rectangle 'string-rectangle-line start end string t))
  
+ ;;;###autoload
  (defalias 'replace-rectangle 'string-rectangle)
  





reply via email to

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