User: scop
Date: 05/10/08 16:43:01
Modified: packages/unsupported/scop/vc log-edit.el vc.el
Log:
Update make-obsolete* commentary.
Revision Changes Path
1.6 +1 -1 XEmacs/packages/unsupported/scop/vc/log-edit.el
Index: log-edit.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/vc/log-edit.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- log-edit.el 2005/10/08 13:35:00 1.5
+++ log-edit.el 2005/10/08 14:43:00 1.6
@@ -281,7 +281,7 @@ automatically."
(insert "\n"))))
;; Compatibility with old names.
-;; XEmacs change: in the following, only 2 args to `make-obsolete(-variable)'
+;; XEmacs change: only 2 args to `make-obsolete(-variable)' in < 21.4.17
(defvaralias 'vc-comment-ring 'log-edit-comment-ring)
(make-obsolete-variable 'vc-comment-ring 'log-edit-comment-ring)
(defvaralias 'vc-comment-ring-index 'log-edit-comment-ring-index)
1.19 +2 -4 XEmacs/packages/unsupported/scop/vc/vc.el
Index: vc.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/vc/vc.el,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- vc.el 2005/10/08 13:35:00 1.18
+++ vc.el 2005/10/08 14:43:00 1.19
@@ -711,9 +711,7 @@ and that its contents match what the mas
:group 'vc)
(make-obsolete-variable 'vc-checkout-carefully
"the corresponding checks are always done now."
- ;; XEmacs: we have only 2 args to make-obsolete-var...
- ;"21.1")
- )
+ ) ;"21.1") ;; XEmacs: 2 args in < 21.4.17
;; Variables the user doesn't need to know about.
@@ -1850,7 +1848,7 @@ actually call the backend, but performs
;; Old def for compatibility with Emacs-21.[123].
(defmacro vc-diff-switches-list (backend) `(vc-switches ',backend 'diff))
-;; XEmacs: we have only 2 args to make-obsolete
+;; XEmacs: 2 args in < 21.4.17
(make-obsolete 'vc-diff-switches-list 'vc-switches) ;"21.4")
(defun vc-default-diff-tree (backend dir rev1 rev2)
Show replies by date