From: Luc Teirlinck Date: Sun, 17 Aug 2003 05:25:58 +0000 (+0000) Subject: (Info-scroll-prefer-subnodes): Add :version keyword to defcustom, X-Git-Tag: ttn-vms-21-2-B4~9088 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b52a319db57162f976537aeb70431765c0f42979;p=emacs.git (Info-scroll-prefer-subnodes): Add :version keyword to defcustom, because the default was recently changed. --- diff --git a/lisp/info.el b/lisp/info.el index 3082aa7231c..4fdbaa74e8d 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -149,6 +149,7 @@ that you visit a subnode before getting to the end of the menu. 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)