]> git.eshelyaron.com Git - emacs.git/commit
Fix bug in server.el introduced by 0d7d835902df
authorAndrea Corallo <acorallo@gnu.org>
Thu, 25 Jul 2024 15:30:25 +0000 (17:30 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 27 Jul 2024 12:03:05 +0000 (14:03 +0200)
commit52f18cf08084ca0e494aa8a92454310e20f18d92
tree880da70ab287e822035751a575d108526a2f237e
parent78fad9397b284710aeb8eb38edfe44a7cd41532d
Fix bug in server.el introduced by 0d7d835902df

0d7d835902df renamed 'server--process-filter' into
'server--process-filter-1' but updated the corresponding
'cl-return-from' tag to 'server--process-filter'.

* lisp/server.el (server--process-filter-1): Fix 'cl-return-from' tag.

(cherry picked from commit fdc133e97f6527693571472d058beb0e4fb80343)
lisp/server.el