summaryrefslogtreecommitdiff
path: root/lisp/options.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-22 18:57:55 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-22 18:57:55 +0000
commit896546cd9ba8e82956662329b77becb0366a1e73 (patch)
treefb9f48d5363d164ad5c72a182dbe1e5a78322c6c /lisp/options.el
parent43c89a968ed6f1972a6ff075846622ade5bc7cf9 (diff)
downloademacs-896546cd9ba8e82956662329b77becb0366a1e73.tar.gz
Add provide call.
Diffstat (limited to 'lisp/options.el')
-rw-r--r--lisp/options.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/options.el b/lisp/options.el
index 614292ce6e0..413e4105171 100644
--- a/lisp/options.el
+++ b/lisp/options.el
@@ -29,6 +29,8 @@
;; mode specifically for editing option values. Do `M-x describe-mode' in
;; that context for more details.
+;; The customization buffer feature is intended to make this obsolete.
+
;;; Code:
;;;###autoload
@@ -139,4 +141,6 @@ For convenience, the characters \\[backward-paragraph] and \\[forward-paragraph]
(kill-sexp 1)
(prin1 (symbol-value var) (current-buffer)))))
+(provide 'options)
+
;;; options.el ends here