From d0a4cd145217ab15c818538f6b0e26500e288785 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 16 Mar 2000 22:12:57 +0000 Subject: [PATCH] Comments only. --- lisp/custom.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/custom.el b/lisp/custom.el index de757f8b3e7..3999902a869 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -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 @@ 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)) -- 2.39.5