summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-08-20 01:45:13 +0000
committerRichard M. Stallman <rms@gnu.org>1995-08-20 01:45:13 +0000
commit4040437e1f64e2e8d0b1d79c952bea4d4a65a489 (patch)
tree48c9c46e1855db5d60f39aa4247adac3b36394a1 /lisp/vc.el
parent648c0abd514cd2b4b3208f36ec7d246c50d361e8 (diff)
downloademacs-4040437e1f64e2e8d0b1d79c952bea4d4a65a489.tar.gz
(file-regular-p-18): Fix test for whether to use this.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
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