From 516b77a3b23f6e01b52317ee4474042579ef1c72 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 12 Mar 2006 14:35:31 +0000 Subject: [PATCH] (all): Delete :version keyword for members of the fringe group, since the entire group is new in 22.1. --- lisp/cus-start.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/cus-start.el b/lisp/cus-start.el index eab451775f9..355cf7bb9ab 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (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 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (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 -- 2.39.2