# HG changeset patch # User Richard M. Stallman # Date 734156850 0 # Node ID a3bdf5ac2e9d68cd9deac0e8cad761003e805cb9 # Parent e766b88d67ce05052cf7db33d52e46616ddc13f8 (untabify): Don't really change where restriction starts. diff -r e766b88d67ce -r a3bdf5ac2e9d lisp/tabify.el --- a/lisp/tabify.el Tue Apr 06 17:11:57 1993 +0000 +++ b/lisp/tabify.el Wed Apr 07 04:27:30 1993 +0000 @@ -36,7 +36,7 @@ (interactive "r") (save-excursion (save-restriction - (narrow-to-region start end) + (narrow-to-region (point-min) end) (goto-char start) (while (search-forward "\t" nil t) ; faster than re-search (let ((start (point))