bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: saveplace not loaded if enabled


From: Gerd Moellmann
Subject: Re: saveplace not loaded if enabled
Date: 22 Oct 2001 01:06:49 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

Simon Josefsson <jas@extundo.com> writes:

> In GNU Emacs 21.1.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
>  of 2001-10-21 on barbar.josefsson.org

[...]

> I just discovered saveplace.el via the Options menu, but if I enable
> it and select Save Options and restart Emacs I must (require
> 'saveplace) in order to enable it.  Shouldn't it be automatically
> enabled if I enable it from the Options menu and choce Save options?

I wonder where all you guys got 21.1 from... :-)

Yes, I think this should be fix, and I guess this fixes it:

*** saveplace.el        2001/10/21 22:57:53     1.22
--- saveplace.el        2001/10/21 23:02:47
***************
*** 1,6 ****
  ;;; saveplace.el --- automatically save place in files
  
! ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
  
  ;; Author: Karl Fogel <kfogel@red-bean.com>
  ;; Maintainer: FSF
--- 1,6 ----
  ;;; saveplace.el --- automatically save place in files
  
! ;; Copyright (C) 1993, 1994, 2001 Free Software Foundation, Inc.
  
  ;; Author: Karl Fogel <kfogel@red-bean.com>
  ;; Maintainer: FSF
***************
*** 63,68 ****
--- 63,69 ----
  
  \(setq-default save-place t\)"
    :type 'boolean
+   :require 'saveplace
    :group 'save-place)
  
  (make-variable-buffer-local 'save-place)




reply via email to

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