home *** CD-ROM | disk | FTP | other *** search
- ;;; compiled by @win386 on Thu Apr 29 20:46:28 1993
- ;;; from file c:/src/winemacs/lisp/prim/tabify.el
- ;;; emacs version 19.4 (Win-Emacs 1.00.04 beta).
- ;;; bytecomp version 2.09; 16-jan-93.
- ;;; optimization is on.
- ;;; this file uses opcodes which do not exist in Emacs18.
-
- (if (and (boundp 'emacs-version)
- (or (and (boundp 'epoch::version) epoch::version)
- (string-lessp emacs-version "19")))
- (error "This file was compiled for Emacs19."))
-
- (fset 'untabify #[(start end) "èî }êbê┬├─┼#¡ù`i─├─xê`|êjê+¬b*ç" [start end search-forward " " nil t indent-tabs-mode column] 4 "\
- Convert all tabs in region to multiple spaces, preserving columns.
- The variable tab-width controls the action." "r"])
- (fset 'tabify #[(start end) "èî }êbê┬├─┼#¡Æi┼╚ö`|êjê*¬g*ç" [start end re-search-forward "[ ][ ][ ]*" nil t indent-tabs-mode column 0] 4 "\
- Convert multiple spaces in region to tabs when possible.
- A group of spaces is partially replaced by tabs
- when this can be done without changing the column they end at.
- The variable tab-width controls the action." "r"])
-