User: scop
Date: 06/07/04 22:08:47
Modified: packages/unsupported/scop/vc ChangeLog vc-xemacs.el
Log:
Comment update.
Revision Changes Path
1.52 +4 -0 XEmacs/packages/unsupported/scop/vc/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/vc/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- ChangeLog 2006/06/28 12:02:16 1.51
+++ ChangeLog 2006/07/04 20:08:46 1.52
@@ -1,3 +1,7 @@
+2006-07-04 Ville Skyttä <scop(a)xemacs.org>
+
+ * vc-xemacs.el: Comment update.
+
2006-06-28 Ville Skyttä <scop(a)xemacs.org>
* vc.el: Sync with upstream.
1.7 +2 -1 XEmacs/packages/unsupported/scop/vc/vc-xemacs.el
Index: vc-xemacs.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/vc/vc-xemacs.el,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- vc-xemacs.el 2006/04/16 14:19:45 1.6
+++ vc-xemacs.el 2006/07/04 20:08:46 1.7
@@ -46,11 +46,12 @@
nil)
file)))
-;; These three are present in XEmacs >= 21.5
+;; These two are present in XEmacs >= 21.4.20
(unless (fboundp 'line-end-position)
(defalias 'line-end-position 'point-at-eol))
(unless (fboundp 'line-beginning-position)
(defalias 'line-beginning-position 'point-at-bol))
+;; ...and this in >= 21.5
(unless (fboundp 'line-number-at-pos)
(defun line-number-at-pos (&optional pos)
(line-number pos t)))