Modified Files:
authorkate <kate>
Fri, 2 Aug 2002 02:36:28 +0000 (02:36 +0000)
committerkate <kate>
Fri, 2 Aug 2002 02:36:28 +0000 (02:36 +0000)
tamago/its.el
point-mim -> point-min (typo)

its.el

diff --git a/its.el b/its.el
index 2596049..84cec8a 100644 (file)
--- 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)))