]> git.eshelyaron.com Git - emacs.git/commitdiff
(Saving Emacs Sessions): Correct previous change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 29 Aug 2003 16:19:00 +0000 (16:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 29 Aug 2003 16:19:00 +0000 (16:19 +0000)
man/misc.texi

index 0342cca031115334f72cab90e1b94699654838ed..6712f61ffda17e43be097c0daf547adc267356fe 100644 (file)
@@ -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