diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-25 06:42:38 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-25 06:42:38 +0000 |
commit | 0e623b6de45ed52958d94de4d86c36001f0dbc82 (patch) | |
tree | d1d2c5ee737eb9d7fcc6808452e7e0cd2dd88915 /src/minibuf.c | |
parent | f9812c0624b9c015160b92ba517211e0e75059df (diff) | |
download | emacs-0e623b6de45ed52958d94de4d86c36001f0dbc82.tar.gz |
Fix previous change.
Diffstat (limited to 'src/minibuf.c')
-rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index c518f5243c2..a4dd9379e0a 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1997,7 +1997,7 @@ Some uses of the echo area also raise that frame (since they use it too)."); "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); |