1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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
This commit is contained in:
Miles Bader 2005-08-26 09:51:52 +00:00
commit d4cccb1406
1232 changed files with 9946 additions and 6020 deletions

View file

@ -1,6 +1,7 @@
;;; cus-start.el --- define customization properties of builtins
;;
;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004,
;; 2005 Free Software Foundation, Inc.
;;
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
;; Keywords: internal
@ -174,6 +175,8 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
(mouse-highlight mouse (choice (const :tag "disabled" nil)
(const :tag "always shown" t)
(other :tag "hidden by keypress" 1)))
;; fringe.c
(overflow-newline-into-fringe fringe boolean "22.1")
;; indent.c
(indent-tabs-mode fill boolean)
;; keyboard.c
@ -219,7 +222,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
:format "%t%n%h"
:inline t
(read-only t))
(const :tag "Inviolable"
(const :tag "Don't Enter"
:doc "Prevent point from ever entering prompt"
:format "%t%n%h"
:inline t