From b52a319db57162f976537aeb70431765c0f42979 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 17 Aug 2003 05:25:58 +0000 Subject: [PATCH] (Info-scroll-prefer-subnodes): Add :version keyword to defcustom, because the default was recently changed. --- lisp/info.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2