Mercurial > emacs
comparison lisp/cus-start.el @ 90601:a1a25ac6c88a
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 427-436)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 134-136)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-110
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 14 Sep 2006 09:24:00 +0000 |
parents | c358d0861b16 455031002c62 |
children | b5c13d1564a9 |
comparison
equal
deleted
inserted
replaced
90600:84dd84b43e1b | 90601:a1a25ac6c88a |
---|---|
362 :format "%v") | 362 :format "%v") |
363 (other :tag "Unlimited" t))) | 363 (other :tag "Unlimited" t))) |
364 (unibyte-display-via-language-environment mule boolean) | 364 (unibyte-display-via-language-environment mule boolean) |
365 (blink-cursor-alist cursor alist "22.1") | 365 (blink-cursor-alist cursor alist "22.1") |
366 (overline-margin display integer "22.1") | 366 (overline-margin display integer "22.1") |
367 (mouse-autoselect-window | |
368 display (choice | |
369 (const :tag "Off (nil)" :value nil) | |
370 (const :tag "Immediate" :value t) | |
371 (number :tag "Delay by secs" :value 0.5)) "22.1") | |
367 ;; xfaces.c | 372 ;; xfaces.c |
368 (scalable-fonts-allowed display boolean) | 373 (scalable-fonts-allowed display boolean) |
369 ;; xfns.c | 374 ;; xfns.c |
370 (x-bitmap-file-path installation | 375 (x-bitmap-file-path installation |
371 (repeat (directory :format "%v"))) | 376 (repeat (directory :format "%v"))) |
372 (x-use-old-gtk-file-dialog menu boolean "22.1") | 377 (x-use-old-gtk-file-dialog menu boolean "22.1") |
373 (x-gtk-show-hidden-files menu boolean "22.1") | 378 (x-gtk-show-hidden-files menu boolean "22.1") |
374 (x-gtk-whole-detached-tool-bar x boolean "22.1") | 379 (x-gtk-whole-detached-tool-bar x boolean "22.1") |
375 ;; xterm.c | 380 ;; xterm.c |
376 (mouse-autoselect-window display boolean "22.1") | |
377 (x-use-underline-position-properties display boolean "22.1") | 381 (x-use-underline-position-properties display boolean "22.1") |
378 (x-underline-at-descent-line display boolean "22.1") | 382 (x-underline-at-descent-line display boolean "22.1") |
379 (x-stretch-cursor display boolean "21.1"))) | 383 (x-stretch-cursor display boolean "21.1"))) |
380 this symbol group type standard version native-p | 384 this symbol group type standard version native-p |
381 ;; This function turns a value | 385 ;; This function turns a value |