Commit a545141
committed
override read-only when handling MPI messages
in `*shell*` buffers, the MPI message we are trying to extract may likely have
the special `read-only` text property, which prevents us from deleting it after
we handle it.
Overcome this by wrapping the deletion command in a let form that binds
`inhibit-read-only` to `t`, as suggested by the elisp manual's "Special
Properties" page1 parent d944300 commit a545141
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1257 | 1257 | | |
1258 | 1258 | | |
1259 | 1259 | | |
1260 | | - | |
| 1260 | + | |
| 1261 | + | |
1261 | 1262 | | |
1262 | 1263 | | |
1263 | 1264 | | |
| |||
0 commit comments