# HG changeset patch # User Gerd Moellmann # Date 1003705407 0 # Node ID 237849e2e2acc104d347675fe954d9986cc00c3b # Parent 795c8ca09f8b1aecfb267c57e4220c375efe91fe (save-place): Require `saveplace'. diff -r 795c8ca09f8b -r 237849e2e2ac lisp/saveplace.el --- a/lisp/saveplace.el Sun Oct 21 22:51:08 2001 +0000 +++ b/lisp/saveplace.el Sun Oct 21 23:03:27 2001 +0000 @@ -1,6 +1,6 @@ ;;; saveplace.el --- automatically save place in files -;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 2001 Free Software Foundation, Inc. ;; Author: Karl Fogel ;; Maintainer: FSF @@ -63,6 +63,7 @@ \(setq-default save-place t\)" :type 'boolean + :require 'saveplace :group 'save-place) (make-variable-buffer-local 'save-place)