From 5114c1e9dea25b4bdc3fd59aacd32c6775a7dcd2 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 21 Oct 2001 23:04:32 +0000 Subject: [PATCH] (save-place): Require `saveplace'. --- lisp/saveplace.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/saveplace.el b/lisp/saveplace.el index c8088536d71..2b4a8184640 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el @@ -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 @@ simply put this in your `~/.emacs' file: \(setq-default save-place t\)" :type 'boolean + :require 'saveplace :group 'save-place) (make-variable-buffer-local 'save-place) -- 2.39.2