parent
348d5751fd
commit
7d2876ee00
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ unreadable. Returns the names of envvars that were changed."
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(insert "\0\n") ; to prevent off-by-one
|
(insert "\0\n") ; to prevent off-by-one
|
||||||
(insert-file-contents file))
|
(insert-file-contents-literally file))
|
||||||
(save-match-data
|
(save-match-data
|
||||||
(when (re-search-forward "\0\n *\\([^#= \n]*\\)=" nil t)
|
(when (re-search-forward "\0\n *\\([^#= \n]*\\)=" nil t)
|
||||||
(setq
|
(setq
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue