Desktop: Fix setup function arcuments

master
Pierre Neidhardt 2019-04-02 10:50:37 +02:00
parent fa2fc58b31
commit 0a46092dec
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@
;;; and http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27422
;;; and https://stackoverflow.com/questions/5830494/windows-configuration-to-registers#5830928
;;; and https://www.reddit.com/r/emacs/comments/7au3hj/how_do_you_manage_your_emacs_windows_and_stay_sane/dpfbg3a/?context=3.
(defun ambrevar/desktop-setup ()
(defun ambrevar/desktop-setup (&rest _ignored)
(when (and (server-running-p)
(or (not (boundp 'desktop-save-mode))
(null desktop-save-mode)))