diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2025-11-30 13:47:00 +0000 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2025-11-30 13:47:00 +0000 |
| commit | ae36ee3655c285658cbd246c3d979eeeff60bfa0 (patch) | |
| tree | 7ed10278ae3287e6450f89e6c99028ee031ff44c /lisp/server.el | |
| parent | 7d2e22843f7cf7a4c5f2bbaef3209f2bbb00ca6c (diff) | |
; * lisp/server.el (server--process-filter-1): Fix typo.
Diffstat (limited to 'lisp/server.el')
| -rw-r--r-- | lisp/server.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/server.el b/lisp/server.el index d84f17bdfe5..cb9d20bcadb 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -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))) |
