projects
/
elisp
/
tamago.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9fd651
)
Modified Files:
author
kate
<kate>
Fri, 2 Aug 2002 02:36:28 +0000
(
02:36
+0000)
committer
kate
<kate>
Fri, 2 Aug 2002 02:36:28 +0000
(
02:36
+0000)
tamago/its.el
point-mim -> point-min (typo)
its.el
patch
|
blob
|
history
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)))