diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-11-11 18:46:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-11 18:47:51 +0100 |
commit | e746dfda4239b4b7c4b3f98076973ca872dd770d (patch) | |
tree | 3170e0ebbe75de3fd327aa297afb2e34eb21c1e7 /app-emacs/gnuserv | |
parent | dev-python/pipx: add 1.2.1, drop 1.2.0 (diff) | |
download | gentoo-e746dfda4239b4b7c4b3f98076973ca872dd770d.tar.gz gentoo-e746dfda4239b4b7c4b3f98076973ca872dd770d.tar.bz2 gentoo-e746dfda4239b4b7c4b3f98076973ca872dd770d.zip |
app-emacs/gnuserv: Whitespace
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/gnuserv')
-rw-r--r-- | app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch b/app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch index faab53e6da1e..3d0e9f876292 100644 --- a/app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch +++ b/app-emacs/gnuserv/files/gnuserv-3.12.8-devices.patch @@ -43,16 +43,16 @@ need no advice for delete-frame. + + (defun device-on-window-system-p (&optional device) + "Return non-nil if DEVICE is on a window system. -+ This generally means that there is support for the mouse, the menubar, -+ the toolbar, glyphs, etc." ++This generally means that there is support for the mouse, the menubar, ++the toolbar, glyphs, etc." + (and (cdr-safe (assq 'display (frame-parameters device))) t)) + + (defun delete-device (device &optional force) + "Delete DEVICE, permanently eliminating it from use. -+ Normally, you cannot delete the last non-minibuffer-only frame (you must -+ use `save-buffers-kill-emacs' or `kill-emacs'). However, if optional -+ second argument FORCE is non-nil, you can delete the last frame. (This -+ will automatically call `save-buffers-kill-emacs'.)" ++Normally, you cannot delete the last non-minibuffer-only frame (you must ++use `save-buffers-kill-emacs' or `kill-emacs'). However, if optional ++second argument FORCE is non-nil, you can delete the last frame. (This ++will automatically call `save-buffers-kill-emacs'.)" + (let ((frames (device-frame-list device))) + (run-hook-with-args 'delete-device-hook device) + (while frames |