aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-03-16 22:12:57 +0000
committerDave Love <[email protected]>2000-03-16 22:12:57 +0000
commitd0a4cd145217ab15c818538f6b0e26500e288785 (patch)
treeb70c059ea14bc8b86230a6d2af38d9795a233638
parentd2d15846dd7f5a7f9e4d0d97171b3ac1b2910371 (diff)
Comments only.
-rw-r--r--lisp/custom.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index de757f8b3e..3999902a86 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -5,7 +5,6 @@
;; Author: Per Abrahamsen <[email protected]>
;; Maintainer: FSF
;; Keywords: help, faces
-;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ (probably obsolete)
;; This file is part of GNU Emacs.
@@ -110,7 +109,6 @@ not the default value itself."
(put symbol 'standard-value (list default))
;; Maybe this option was rogue in an earlier version. It no longer is.
(when (get symbol 'force-value)
- ;; It no longer is.
(put symbol 'force-value nil))
(when doc
(put symbol 'variable-documentation doc))