diff options
| author | Richard M. Stallman | 1997-06-25 06:42:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-25 06:42:38 +0000 |
| commit | 2bfbde2b7bd7f4291d5e9f24e122c827395d1030 (patch) | |
| tree | 6e53b24fbe62f8f0c26b51f0d508c965c57267a3 /src | |
| parent | c3421833c80f6d101193741493db35c51f0c280f (diff) | |
| download | emacs-2bfbde2b7bd7f4291d5e9f24e122c827395d1030.tar.gz emacs-2bfbde2b7bd7f4291d5e9f24e122c827395d1030.zip | |
Fix previous change.
Diffstat (limited to 'src')
| -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)."); | |||
| 1997 | "Non-nil means `read-from-miniffer' should not discard text properties.\n\ | 1997 | "Non-nil means `read-from-miniffer' should not discard text properties.\n\ |
| 1998 | This also affects `read-string', but it does not affect `read-minibuffer',\n\ | 1998 | This also affects `read-string', but it does not affect `read-minibuffer',\n\ |
| 1999 | `read-no-blanks-input', or any of the functions that do minibuffer input\n\ | 1999 | `read-no-blanks-input', or any of the functions that do minibuffer input\n\ |
| 2000 | with completion; they always discard text properties.") | 2000 | with completion; they always discard text properties."); |
| 2001 | minibuffer_allow_text_properties = 0; | 2001 | minibuffer_allow_text_properties = 0; |
| 2002 | 2002 | ||
| 2003 | defsubr (&Sset_minibuffer_window); | 2003 | defsubr (&Sset_minibuffer_window); |