Mercurial > emacs
changeset 2467:a3bdf5ac2e9d
(untabify): Don't really change where restriction starts.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 07 Apr 1993 04:27:30 +0000 |
parents | e766b88d67ce |
children | 35aa32e1a003 |
files | lisp/tabify.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))