comparison lisp/cus-start.el @ 90103:3ebd9bdb4fe5

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90 Update from CVS: man/calc.texi: Add macro for LaTeX for info output. * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-91 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-94 Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 13 Feb 2005 07:19:08 +0000
parents f8a7a9ba3d08 aac0a33f5772
children 7e3f621f1dd4
comparison
equal deleted inserted replaced
90102:9b4f359c4117 90103:3ebd9bdb4fe5
49 "With this choice, \ 49 "With this choice, \
50 the undo info for the current command never gets discarded. 50 the undo info for the current command never gets discarded.
51 This should only be chosen under exceptional circumstances, 51 This should only be chosen under exceptional circumstances,
52 since it could result in memory overflow and make Emacs crash." 52 since it could result in memory overflow and make Emacs crash."
53 nil)) 53 nil))
54 "21.4") 54 "22.1")
55 (garbage-collection-messages alloc boolean) 55 (garbage-collection-messages alloc boolean)
56 ;; buffer.c 56 ;; buffer.c
57 (mode-line-format modeline sexp) ;Hard to do right. 57 (mode-line-format modeline sexp) ;Hard to do right.
58 (default-major-mode internal function) 58 (default-major-mode internal function)
59 (enable-multibyte-characters mule boolean) 59 (enable-multibyte-characters mule boolean)
133 :value (nil) 133 :value (nil)
134 (symbol :format "%v")) 134 (symbol :format "%v"))
135 (const :tag "always" t))) 135 (const :tag "always" t)))
136 ;; fileio.c 136 ;; fileio.c
137 (insert-default-directory minibuffer boolean) 137 (insert-default-directory minibuffer boolean)
138 (read-file-name-completion-ignore-case minibuffer boolean "21.4") 138 (read-file-name-completion-ignore-case minibuffer boolean "22.1")
139 ;; fns.c 139 ;; fns.c
140 (use-dialog-box menu boolean "21.1") 140 (use-dialog-box menu boolean "21.1")
141 (use-file-dialog menu boolean "21.4") 141 (use-file-dialog menu boolean "22.1")
142 ;; frame.c 142 ;; frame.c
143 (default-frame-alist frames 143 (default-frame-alist frames
144 (repeat (cons :format "%v" 144 (repeat (cons :format "%v"
145 (symbol :tag "Parameter") 145 (symbol :tag "Parameter")
146 (sexp :tag "Value")))) 146 (sexp :tag "Value"))))
278 (message-log-max debug (choice (const :tag "Disable" nil) 278 (message-log-max debug (choice (const :tag "Disable" nil)
279 (integer :menu-tag "lines" 279 (integer :menu-tag "lines"
280 :format "%v") 280 :format "%v")
281 (other :tag "Unlimited" t))) 281 (other :tag "Unlimited" t)))
282 (unibyte-display-via-language-environment mule boolean) 282 (unibyte-display-via-language-environment mule boolean)
283 (blink-cursor-alist cursor alist "21.4") 283 (blink-cursor-alist cursor alist "22.1")
284 ;; xfaces.c 284 ;; xfaces.c
285 (scalable-fonts-allowed display boolean) 285 (scalable-fonts-allowed display boolean)
286 ;; xfns.c 286 ;; xfns.c
287 (x-bitmap-file-path installation 287 (x-bitmap-file-path installation
288 (repeat (directory :format "%v"))) 288 (repeat (directory :format "%v")))
289 (x-use-old-gtk-file-dialog menu boolean "21.4") 289 (x-use-old-gtk-file-dialog menu boolean "22.1")
290 ;; xterm.c 290 ;; xterm.c
291 (mouse-autoselect-window display boolean "21.3") 291 (mouse-autoselect-window display boolean "21.3")
292 (x-use-underline-position-properties display boolean "21.3") 292 (x-use-underline-position-properties display boolean "21.3")
293 (x-stretch-cursor display boolean "21.1"))) 293 (x-stretch-cursor display boolean "21.1")))
294 this symbol group type native-p version 294 this symbol group type native-p version