Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7f6feb56
Commit
7f6feb56
authored
Aug 15, 2012
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/minibuf.c (read_minibuf): Ignore caller's inhibit-read-only.
Fixes: debbugs:12117
parent
582db660
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/minibuf.c
src/minibuf.c
+1
-0
No files found.
src/ChangeLog
View file @
7f6feb56
2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuf.c (read_minibuf): Ignore caller's inhibit-read-only
(bug#12117).
2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
* alloc.c (Fgarbage_collect): Use plural form consistently.
...
...
src/minibuf.c
View file @
7f6feb56
...
...
@@ -408,6 +408,7 @@ read_minibuf (Lisp_Object map, Lisp_Object initial, Lisp_Object prompt,
Lisp_Object
dummy
,
frame
;
specbind
(
Qminibuffer_default
,
defalt
);
specbind
(
intern
(
"inhibit-read-only"
),
Qnil
);
/* If Vminibuffer_completing_file_name is `lambda' on entry, it was t
in previous recursive minibuffer, but was not set explicitly
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment