comparison lisp/cus-start.el @ 90224:2d92f5c9d6ae

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 514-518) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 104-105) - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 26 Aug 2005 09:51:52 +0000
parents edf295560b5a 0d1f97bd87d9
children 10fe5fadaf89
comparison
equal deleted inserted replaced
90223:edf295560b5a 90224:2d92f5c9d6ae
1 ;;; cus-start.el --- define customization properties of builtins 1 ;;; cus-start.el --- define customization properties of builtins
2 ;; 2 ;;
3 ;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. 3 ;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004,
4 ;; 2005 Free Software Foundation, Inc.
4 ;; 5 ;;
5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> 6 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
6 ;; Keywords: internal 7 ;; Keywords: internal
7 8
8 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
172 (symbol :tag "Parameter") 173 (symbol :tag "Parameter")
173 (sexp :tag "Value")))) 174 (sexp :tag "Value"))))
174 (mouse-highlight mouse (choice (const :tag "disabled" nil) 175 (mouse-highlight mouse (choice (const :tag "disabled" nil)
175 (const :tag "always shown" t) 176 (const :tag "always shown" t)
176 (other :tag "hidden by keypress" 1))) 177 (other :tag "hidden by keypress" 1)))
178 ;; fringe.c
179 (overflow-newline-into-fringe fringe boolean "22.1")
177 ;; indent.c 180 ;; indent.c
178 (indent-tabs-mode fill boolean) 181 (indent-tabs-mode fill boolean)
179 ;; keyboard.c 182 ;; keyboard.c
180 (meta-prefix-char keyboard character) 183 (meta-prefix-char keyboard character)
181 (auto-save-interval auto-save integer) 184 (auto-save-interval auto-save integer)
217 (const :tag "Read-Only" 220 (const :tag "Read-Only"
218 :doc "Prevent prompt from being modified" 221 :doc "Prevent prompt from being modified"
219 :format "%t%n%h" 222 :format "%t%n%h"
220 :inline t 223 :inline t
221 (read-only t)) 224 (read-only t))
222 (const :tag "Inviolable" 225 (const :tag "Don't Enter"
223 :doc "Prevent point from ever entering prompt" 226 :doc "Prevent point from ever entering prompt"
224 :format "%t%n%h" 227 :format "%t%n%h"
225 :inline t 228 :inline t
226 (point-entered minibuffer-avoid-prompt))) 229 (point-entered minibuffer-avoid-prompt)))
227 (repeat :inline t 230 (repeat :inline t