]> git.eshelyaron.com Git - emacs.git/commit
Only call set-text-conversion-style if it exists
authorMattias EngdegÄrd <mattiase@acm.org>
Fri, 5 Apr 2024 13:54:30 +0000 (15:54 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 6 Apr 2024 06:41:45 +0000 (08:41 +0200)
commit5a6df636428a8801d7719fae9aa764dc7e4ef85d
tree441c48e218225e8da7e78fe4fbd726522e8ab4f9
parent030c221846299c3dff4b19d108840eeef5a1a4b8
Only call set-text-conversion-style if it exists

* lisp/auth-source.el (read-passwd): Guard call, as it was before the
code was moved here.
`set-text-conversion-style` is not present in all configurations.

(cherry picked from commit 4fc84cb23b6d671b44f18b8462e94c3bcfc3ee09)
lisp/auth-source.el