diff lisp/info.el @ 52216:9c9f228688f7

(Info-scroll-prefer-subnodes): Add :version keyword to defcustom, because the default was recently changed.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 17 Aug 2003 05:25:58 +0000
parents 4ab63324776e
children ef170d234e2d
line wrap: on
line diff
--- 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)