emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/saveplace.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/saveplace.el
Date: Tue, 16 Nov 2004 12:20:29 -0500

Index: emacs/lisp/saveplace.el
diff -c emacs/lisp/saveplace.el:1.28 emacs/lisp/saveplace.el:1.29
*** emacs/lisp/saveplace.el:1.28        Tue Jun  8 00:36:04 2004
--- emacs/lisp/saveplace.el     Tue Nov 16 17:11:00 2004
***************
*** 61,67 ****
  If you wish your place in any file to always be automatically saved,
  simply put this in your `~/.emacs' file:
  
! \(setq-default save-place t\)"
    :type 'boolean
    :require 'saveplace
    :group 'save-place)
--- 61,70 ----
  If you wish your place in any file to always be automatically saved,
  simply put this in your `~/.emacs' file:
  
! \(setq-default save-place t)
! \(require 'saveplace)
! 
! or else use the Custom facility to set this option."
    :type 'boolean
    :require 'saveplace
    :group 'save-place)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]