From: Sean Whitton Date: Mon, 13 Nov 2023 21:58:46 +0000 (+0000) Subject: ; * etc/NEWS: Use setopt not setq for project-switch-commands. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a6c2058f1907b9ec0c32079f0f9ab28d01cf3f7;p=emacs.git ; * etc/NEWS: Use setopt not setq for project-switch-commands. --- diff --git a/etc/NEWS b/etc/NEWS index d9ec527fcae..22a08bc97ea 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -416,7 +416,7 @@ have access to all keys defined inside 'project-prefix-map', as well as global bindings (to run other commands inside the project root), you can add this to your init script: - (setq project-switch-commands #'project-prefix-or-any-command) + (setopt project-switch-commands #'project-prefix-or-any-command) ** VC