From 92b0e747c4a3e5c84e696d3bd59a175ba2617ec8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 29 Aug 2003 16:19:00 +0000 Subject: [PATCH] (Saving Emacs Sessions): Correct previous change. --- man/misc.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man/misc.texi b/man/misc.texi index 0342cca0311..6712f61ffda 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -1886,8 +1886,7 @@ Customization}) to set @code{desktop-enable} to a non-@code{nil} value, or add these lines at the end of your @file{.emacs} file: @example -(desktop-load-default) -(desktop-read) +(require 'desktop) (setq desktop-enable t) @end example -- 2.39.2