comparison lisp/cus-start.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents d44378e6fdf5
children ec4864463fc2 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
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)
130 :value (nil) 130 :value (nil)
131 (symbol :format "%v")) 131 (symbol :format "%v"))
132 (const :tag "always" t))) 132 (const :tag "always" t)))
133 ;; fileio.c 133 ;; fileio.c
134 (insert-default-directory minibuffer boolean) 134 (insert-default-directory minibuffer boolean)
135 (read-file-name-completion-ignore-case minibuffer boolean "21.4") 135 (read-file-name-completion-ignore-case minibuffer boolean "22.1")
136 ;; fns.c 136 ;; fns.c
137 (use-dialog-box menu boolean "21.1") 137 (use-dialog-box menu boolean "21.1")
138 (use-file-dialog menu boolean "21.4") 138 (use-file-dialog menu boolean "22.1")
139 ;; frame.c 139 ;; frame.c
140 (default-frame-alist frames 140 (default-frame-alist frames
141 (repeat (cons :format "%v" 141 (repeat (cons :format "%v"
142 (symbol :tag "Parameter") 142 (symbol :tag "Parameter")
143 (sexp :tag "Value")))) 143 (sexp :tag "Value"))))
275 (message-log-max debug (choice (const :tag "Disable" nil) 275 (message-log-max debug (choice (const :tag "Disable" nil)
276 (integer :menu-tag "lines" 276 (integer :menu-tag "lines"
277 :format "%v") 277 :format "%v")
278 (other :tag "Unlimited" t))) 278 (other :tag "Unlimited" t)))
279 (unibyte-display-via-language-environment mule boolean) 279 (unibyte-display-via-language-environment mule boolean)
280 (blink-cursor-alist cursor alist "21.4") 280 (blink-cursor-alist cursor alist "22.1")
281 ;; xfaces.c 281 ;; xfaces.c
282 (scalable-fonts-allowed display boolean) 282 (scalable-fonts-allowed display boolean)
283 ;; xfns.c 283 ;; xfns.c
284 (x-bitmap-file-path installation 284 (x-bitmap-file-path installation
285 (repeat (directory :format "%v"))) 285 (repeat (directory :format "%v")))
286 (x-use-old-gtk-file-dialog menu boolean "21.4") 286 (x-use-old-gtk-file-dialog menu boolean "22.1")
287 ;; xterm.c 287 ;; xterm.c
288 (mouse-autoselect-window display boolean "21.3") 288 (mouse-autoselect-window display boolean "21.3")
289 (x-use-underline-position-properties display boolean "21.3") 289 (x-use-underline-position-properties display boolean "21.3")
290 (x-stretch-cursor display boolean "21.1"))) 290 (x-stretch-cursor display boolean "21.1")))
291 this symbol group type native-p version 291 this symbol group type native-p version