aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-25 06:42:38 +0000
committerRichard M. Stallman1997-06-25 06:42:38 +0000
commit2bfbde2b7bd7f4291d5e9f24e122c827395d1030 (patch)
tree6e53b24fbe62f8f0c26b51f0d508c965c57267a3 /src
parentc3421833c80f6d101193741493db35c51f0c280f (diff)
downloademacs-2bfbde2b7bd7f4291d5e9f24e122c827395d1030.tar.gz
emacs-2bfbde2b7bd7f4291d5e9f24e122c827395d1030.zip
Fix previous change.
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c2
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\
1998This also affects `read-string', but it does not affect `read-minibuffer',\n\ 1998This 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\
2000with completion; they always discard text properties.") 2000with 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);