From 9b37d8a91055ea2948251361f9c025d4f19cd990 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 2 Aug 1995 23:56:20 +0000 Subject: [PATCH] (jka-compr-load): Bind load-force-doc-strings. --- lisp/jka-compr.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index b25e527c9a6..d8fd49e8da5 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el @@ -624,7 +624,8 @@ There should be no more than seven characters after the final `/'") (or nomessage (message "Loading %s..." file)) - (load load-file noerror t t) + (let ((load-force-doc-strings t)) + (load load-file noerror t t)) (or nomessage (message "Loading %s...done." file))) -- 2.39.2