diff options
author | Jim Porter <jporterbugs@gmail.com> | 2022-12-02 12:15:46 -0800 |
---|---|---|
committer | Jim Porter <jporterbugs@gmail.com> | 2022-12-06 14:11:10 -0800 |
commit | bcf4d96db3a61e0d02a584fa9fceb049cdad6fe8 (patch) | |
tree | 64b070bd7f4c8769c875982d457dc7e725ee4831 /lisp/emacs-lisp | |
parent | 80df980e4100297942775eae4f89c5ccabe03afc (diff) | |
download | emacs-bcf4d96db3a61e0d02a584fa9fceb049cdad6fe8.tar.gz emacs-bcf4d96db3a61e0d02a584fa9fceb049cdad6fe8.tar.bz2 emacs-bcf4d96db3a61e0d02a584fa9fceb049cdad6fe8.zip |
; Remove dead code from 'server-stop-automatically--handle-delete-frame'
* lisp/server.el (server-stop-automatically--handle-delete-frame):
Since 'this-command' is never 'save-buffers-kill-terminal' in this
function, we can remove the second 'if' block and it's then-form,
leaving only the else-form. Additionally, remove the 'delete-frame'
call; it's not necessary, since we just killed Emacs on the prior
line.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions