# HG changeset patch # User Luc Teirlinck # Date 1142174131 0 # Node ID 4c675b9920d835bf7d3c1ce73848170743efbb2a # Parent 9aedc27ef9dcdfff1e01f4a025de1003e4d699ca (all): Delete :version keyword for members of the fringe group, since the entire group is new in 22.1. diff -r 9aedc27ef9dc -r 4c675b9920d8 lisp/cus-start.el --- a/lisp/cus-start.el Sun Mar 12 14:34:42 2006 +0000 +++ b/lisp/cus-start.el Sun Mar 12 14:35:31 2006 +0000 @@ -52,7 +52,7 @@ (ctl-arrow display boolean) (truncate-lines display boolean) (selective-display-ellipses display boolean) - (indicate-empty-lines fringe boolean "21.1") + (indicate-empty-lines fringe boolean) (indicate-buffer-boundaries fringe (choice @@ -91,8 +91,7 @@ (const :tag "Do not show" (down . nil)) (const :tag "On the left" (down . left)) (const :tag "On the right" (down . right)))) - (other :tag "On left, no arrows" t)) - "22.1") + (other :tag "On left, no arrows" t))) (scroll-up-aggressively windows (choice (const :tag "off" nil) number) "21.1") @@ -174,7 +173,7 @@ (const :tag "always shown" t) (other :tag "hidden by keypress" 1))) ;; fringe.c - (overflow-newline-into-fringe fringe boolean "22.1") + (overflow-newline-into-fringe fringe boolean) ;; indent.c (indent-tabs-mode fill boolean) ;; keyboard.c