# HG changeset patch # User Richard M. Stallman # Date 867220958 0 # Node ID 2b1d3330e7504b85fc1d42b0e7fd67984ab4795c # Parent 825ff9e2e44e6e2bcfa3fbf12fdc11767a12703a Fix previous change. diff -r 825ff9e2e44e -r 2b1d3330e750 src/minibuf.c --- a/src/minibuf.c Wed Jun 25 05:45:46 1997 +0000 +++ b/src/minibuf.c Wed Jun 25 06:42:38 1997 +0000 @@ -1997,7 +1997,7 @@ "Non-nil means `read-from-miniffer' should not discard text properties.\n\ This also affects `read-string', but it does not affect `read-minibuffer',\n\ `read-no-blanks-input', or any of the functions that do minibuffer input\n\ -with completion; they always discard text properties.") +with completion; they always discard text properties."); minibuffer_allow_text_properties = 0; defsubr (&Sset_minibuffer_window);