CVS update by scop packages/unsupported/scop/vc ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Sat Jul 7 12:56:49 EDT 2007


  User: scop    
  Date: 07/07/07 18:56:49

  Modified:    packages/unsupported/scop/vc vc.el
Log:
Update comment about availability of 3rd arg to `require'.

Revision  Changes    Path
1.42      +1 -1      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.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- vc.el	2007/07/07 16:37:46	1.41
+++ vc.el	2007/07/07 16:56:48	1.42
@@ -1835,7 +1835,7 @@ versions of all registered files in or b
     (pop-to-buffer (current-buffer))
     ;; Gnus-5.8.5 sets up an autoload for diff-mode, even if it's
     ;; not available.  Work around that.
-    ;; XEmacs: we don't have the 3rd arg to `require' -> use ignore-errors
+    ;; XEmacs change: 3rd arg to `require' not in < 21.5 -> use ignore-errors
     ;(if (require 'diff-mode nil t) (diff-mode))
     (ignore-errors (progn (require 'diff-mode) (diff-mode)))
     (vc-exec-after '(let ((inhibit-read-only t))





More information about the XEmacs-CVS mailing list