comparison lisp/jka-compr.el @ 12758:a285eaa710ac

(jka-compr-load): Bind load-force-doc-strings.
author Richard M. Stallman <rms@gnu.org>
date Wed, 02 Aug 1995 23:56:20 +0000
parents b56f6afa16ec
children e171a85fd6b0
comparison
equal deleted inserted replaced
12757:3af640c2a0fe 12758:a285eaa710ac
622 (let (inhibit-file-name-operation 622 (let (inhibit-file-name-operation
623 inhibit-file-name-handlers) 623 inhibit-file-name-handlers)
624 (or nomessage 624 (or nomessage
625 (message "Loading %s..." file)) 625 (message "Loading %s..." file))
626 626
627 (load load-file noerror t t) 627 (let ((load-force-doc-strings t))
628 (load load-file noerror t t))
628 629
629 (or nomessage 630 (or nomessage
630 (message "Loading %s...done." file))) 631 (message "Loading %s...done." file)))
631 632
632 (jka-compr-delete-temp-file local-copy)) 633 (jka-compr-delete-temp-file local-copy))