docs(macos): doctor: mention auth-source-macos-keychain bug in <29.3
I'm not actually sure when this was fixed, but the bug report title claims this was reported in 29.1, so I'll assume it was merged by 29.3. Needs verifying. The explanation could use some work, but this'll do for now. I'll welcome PRs to expand it if I don't get to it first. Ref: https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-08/msg00560.html
This commit is contained in:
parent
90bbd7101a
commit
08fdcd2abf
1 changed files with 6 additions and 0 deletions
6
modules/os/macos/doctor.el
Normal file
6
modules/os/macos/doctor.el
Normal file
|
@ -0,0 +1,6 @@
|
|||
;;; os/macos/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; See https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-08/msg00560.html
|
||||
(when (version< emacs-version "29.3")
|
||||
(warn! "There are bugs in multi-user Keychain integration on Emacs <=29.2")
|
||||
(explain! "See https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-08/msg00560.html"))
|
Loading…
Add table
Add a link
Reference in a new issue