1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; * lisp/server.el (server--process-filter-1): Fix typo.

This commit is contained in:
Sean Whitton 2025-11-30 13:47:00 +00:00
parent 7d2e22843f
commit ae36ee3655

View file

@ -1205,7 +1205,7 @@ The following commands are accepted by the client:
;; First things first: let's check the authentication.
;; It is important that we strip the trailing space or newline
;; character in order that it does not appear, to the code below,
;; there there is a zero-length argument there (bug#79889).
;; that there is a zero-length argument there (bug#79889).
(unless (process-get proc :authenticated)
(if (and (string-match "-auth \\([!-~]+\\)[ \n]?" string)
(equal (match-string 1 string) (process-get proc :auth-key)))