diff options
| author | Stefan Kangas | 2021-11-07 18:32:28 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-11-07 18:43:17 +0100 |
| commit | ffe40045dcfe818289ece8ca0d11787b9042d15e (patch) | |
| tree | afc065e7d6d58047509d81953e3575e758349a76 | |
| parent | 7fdb2ae412d4b727c6075ff3988836841b052120 (diff) | |
| download | emacs-ffe40045dcfe818289ece8ca0d11787b9042d15e.tar.gz emacs-ffe40045dcfe818289ece8ca0d11787b9042d15e.zip | |
; * etc/PROBLEMS: Minor clarification of a recent entry.
This was accidentally committed to master instead of emacs-28.
(cherry picked from commit a95520d3dfa1b97f88e51f1ee5ef07e278cb854a)
| -rw-r--r-- | etc/PROBLEMS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 1f62146c1cf..af62e93109b 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -185,8 +185,8 @@ is buggy, and errors out trying to start a subprocess through | |||
| 185 | Bubblewrap sandboxing. You can avoid the crash by setting the | 185 | Bubblewrap sandboxing. You can avoid the crash by setting the |
| 186 | environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will | 186 | environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will |
| 187 | make WebKit use GLib to launch subprocesses instead. For example, | 187 | make WebKit use GLib to launch subprocesses instead. For example, |
| 188 | invoke Emacs like this (where "..." stands for the command-line | 188 | invoke Emacs like this (where "..." stands for the other command-line |
| 189 | arguments you need to pass to Emacs): | 189 | arguments you intend to pass to Emacs): |
| 190 | 190 | ||
| 191 | $ SNAP=1 SNAP_NAME=1 SNAP_REVISION=1 emacs ... | 191 | $ SNAP=1 SNAP_NAME=1 SNAP_REVISION=1 emacs ... |
| 192 | 192 | ||