anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / editors / emacs / native-comp-driver-options-28.patch
blob98c6da305145db36f946d7b8b673949b9fbd3fb5
1 diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
2 index a5ab12ae38..e33e71cb55 100644
3 --- a/lisp/emacs-lisp/comp.el
4 +++ b/lisp/emacs-lisp/comp.el
5 @@ -178,7 +178,7 @@ native-comp-compiler-options
6 :type '(repeat string)
7 :version "28.1")
9 -(defcustom native-comp-driver-options nil
10 +(defcustom native-comp-driver-options '(@backendPath@)
11 "Options passed verbatim to the native compiler's back-end driver.
12 Note that not all options are meaningful; typically only the options
13 affecting the assembler and linker are likely to be useful.
14 --
15 2.37.3