From 4040437e1f64e2e8d0b1d79c952bea4d4a65a489 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 20 Aug 1995 01:45:13 +0000 Subject: [PATCH] (file-regular-p-18): Fix test for whether to use this. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2