]> git.eshelyaron.com Git - emacs.git/commitdiff
Comments only.
authorDave Love <fx@gnu.org>
Thu, 16 Mar 2000 22:12:57 +0000 (22:12 +0000)
committerDave Love <fx@gnu.org>
Thu, 16 Mar 2000 22:12:57 +0000 (22:12 +0000)
lisp/custom.el

index de757f8b3e764f7bd6ce72c4f2ea48d79a0ac053..3999902a8697b6a216d5148f7544c5dbf125bcb6 100644 (file)
@@ -5,7 +5,6 @@
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; 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))