From 15b912a12c39651c5e7b4deecaa75f24a45fb4ba Mon Sep 17 00:00:00 2001 From: kate Date: Fri, 2 Aug 2002 02:36:28 +0000 Subject: [PATCH] Modified Files: tamago/its.el point-mim -> point-min (typo) --- its.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/its.el b/its.el index 2596049..84cec8a 100644 --- a/its.el +++ b/its.el @@ -1572,7 +1572,7 @@ otherwise run `next-line' as usual." "Go to the beginning of the line if it is called in the first line of a buffer, otherwise run `previous-line' as usual." (interactive "p") - (if (= (line-beginning-position) (point-mim)) + (if (= (line-beginning-position) (point-min)) (beginning-of-line) (previous-line arg))) -- 1.7.10.4