diff lisp/tabify.el @ 258:1e0bc00dca7a

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Thu, 09 May 1991 21:50:55 +0000
parents 9697c13298e5
children 7cbd4fcd8b0f
line wrap: on
line diff
--- a/lisp/tabify.el	Thu May 09 21:50:45 1991 +0000
+++ b/lisp/tabify.el	Thu May 09 21:50:55 1991 +0000
@@ -18,6 +18,7 @@
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
 
+;;;###autoload
 (defun untabify (start end)
   "Convert all tabs in region to multiple spaces, preserving columns.
 The variable tab-width controls the action."
@@ -34,6 +35,7 @@
 	  (delete-region start (point))
 	  (indent-to column))))))
 
+;;;###autoload
 (defun tabify (start end)
   "Convert multiple spaces in region to tabs when possible.
 A group of spaces is partially replaced by tabs