Mercurial > emacs
changeset 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 | 4370c0954dca |
children | 2261bea7f3b6 |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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)