From: Richard M. Stallman Date: Sun, 20 Aug 1995 01:45:13 +0000 (+0000) Subject: (file-regular-p-18): Fix test for whether to use this. X-Git-Tag: emacs-19.34~2963 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4040437e1f64e2e8d0b1d79c952bea4d4a65a489;p=emacs.git (file-regular-p-18): Fix test for whether to use this. --- diff --git a/lisp/vc.el b/lisp/vc.el index 729016d256d..521b949d32e 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -190,7 +190,7 @@ and that its contents match what the master file says.") (fset 'shrink-window-if-larger-than-buffer 'beginning-of-buffer) )) -(if (not (boundp 'file-regular-p)) +(if (not (fboundp 'file-regular-p)) (fset 'file-regular-p 'file-regular-p-18)) ;;; functions that operate on RCS revision numbers