emacs-devel
[Top][All Lists]
Advanced

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

point-min and 1


From: Eli Zaretskii
Subject: point-min and 1
Date: Tue, 11 Aug 2009 06:07:38 +0300

> Date: Mon, 10 Aug 2009 17:42:50 -0400
> From: address@hidden
> 
>    ;; Move to the specified line number in that buffer.
>    (save-restriction
>      (widen)
> -    (goto-char 1)
> +    (goto-char (point-min))

Can `(goto-char (point-min))' be different from `(goto-char 1)' after
a call to `widen'?




reply via email to

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