Mercurial > emacs
changeset 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 | 3af640c2a0fe |
children | dd9049c5c51d |
files | lisp/jka-compr.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/jka-compr.el Wed Aug 02 19:20:38 1995 +0000 +++ b/lisp/jka-compr.el Wed Aug 02 23:56:20 1995 +0000 @@ -624,7 +624,8 @@ (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)))