diff options
author | Glenn Morris <rgm@gnu.org> | 2014-05-25 19:28:09 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-05-25 19:28:09 -0700 |
commit | 015936fba1bcaa51b7886a73144d4c088200c0aa (patch) | |
tree | c9628339352c1a97e574df28966e977143c43e41 /src/minibuf.c | |
parent | 5e26d9849a79bf78fda821979fc937f7e5e6df52 (diff) | |
parent | e8f2cc26e712f42f6391fa52cd67c3e791096f1e (diff) | |
download | emacs-015936fba1bcaa51b7886a73144d4c088200c0aa.tar.gz |
Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org
Diffstat (limited to 'src/minibuf.c')
-rw-r--r-- | src/minibuf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 06fe0c07df6..3042b13b7d6 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -396,7 +396,8 @@ read_minibuf (Lisp_Object map, Lisp_Object initial, Lisp_Object prompt, in previous recursive minibuffer, but was not set explicitly to t for this invocation, so set it to nil in this minibuffer. Save the old value now, before we change it. */ - specbind (intern ("minibuffer-completing-file-name"), Vminibuffer_completing_file_name); + specbind (intern ("minibuffer-completing-file-name"), + Vminibuffer_completing_file_name); if (EQ (Vminibuffer_completing_file_name, Qlambda)) Vminibuffer_completing_file_name = Qnil; |