Mercurial > emacs
changeset 40162:237849e2e2ac
(save-place): Require `saveplace'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 21 Oct 2001 23:03:27 +0000 |
parents | 795c8ca09f8b |
children | 14bb272b61ce |
files | lisp/saveplace.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <kfogel@red-bean.com> ;; Maintainer: FSF @@ -63,6 +63,7 @@ \(setq-default save-place t\)" :type 'boolean + :require 'saveplace :group 'save-place) (make-variable-buffer-local 'save-place)