]> code.delx.au - gnu-emacs/blobdiff - lisp/saveplace.el
(report_file_error): String pointer args now point to
[gnu-emacs] / lisp / saveplace.el
index c8088536d71c61819d93bb9d45b928791e6ade7f..2b4a818464067fd9d89a8f48e737dabcb8b3c2e2 100644 (file)
@@ -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 @@ 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)