diff --git a/core/core.el b/core/core.el index 9a6f017db..6bc56a172 100644 --- a/core/core.el +++ b/core/core.el @@ -441,7 +441,7 @@ in interactive sessions, nil otherwise (but logs a warning)." (save-excursion (insert "\n") (insert-file-contents file)) - (while (re-search-forward "\n *\\([^#][^= \n]*\\)=" nil t) + (while (re-search-forward "\n *\\([^#= \n]*\\)=" nil t) (push (buffer-substring (match-beginning 1) (1- (or (save-excursion