# HG changeset patch # User Dave Love # Date 953244777 0 # Node ID 08317cc36a7bd934894fa7097fa000ce85ad7084 # Parent 5427762a58a55bbdf2629b77340cdadcf831126c Comments only. diff -r 5427762a58a5 -r 08317cc36a7b lisp/custom.el --- a/lisp/custom.el Thu Mar 16 22:05:51 2000 +0000 +++ b/lisp/custom.el Thu Mar 16 22:12:57 2000 +0000 @@ -5,7 +5,6 @@ ;; Author: Per Abrahamsen ;; 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 @@ (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))