# HG changeset patch # User Luc Teirlinck # Date 1061097958 0 # Node ID 9c9f228688f7fd0ba0fc43ad5b43c0c186a8334e # Parent 4370c0954dca5e3385452f97c3f37931ab2daef8 (Info-scroll-prefer-subnodes): Add :version keyword to defcustom, because the default was recently changed. diff -r 4370c0954dca -r 9c9f228688f7 lisp/info.el --- a/lisp/info.el Sun Aug 17 05:23:07 2003 +0000 +++ b/lisp/info.el Sun Aug 17 05:25:58 2003 +0000 @@ -149,6 +149,7 @@ Setting this option to nil results in behavior similar to the stand-alone Info reader program, which visits the first subnode from the menu only when you hit the end of the current node." + :version "21.4" :type 'boolean :group 'info)