diff options
Diffstat (limited to 'desktop-conf.el')
-rw-r--r-- | desktop-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-conf.el b/desktop-conf.el index 074aad0..be3ea52 100644 --- a/desktop-conf.el +++ b/desktop-conf.el @@ -206,7 +206,7 @@ no questions asked." "Save bookmarks if we are not already saving bookmarks." (cond ((and (functionp #'bookmark-save) (not durand-saving-bookmarks)) - (bookmark-save)))) + (let ((inhibit-message t)) (bookmark-save))))) (add-hook 'desktop-save-hook #'desktop-also-save-bookmarks) |