comparison lisp/cus-start.el @ 43111:6b161ffa5ef3

(x-use-underline-position-properties): Allow customization.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 05 Feb 2002 08:08:30 +0000
parents 225a3a5477a9
children 19bef4fcdae8
comparison
equal deleted inserted replaced
43110:770baf00abe7 43111:6b161ffa5ef3
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 Free Software Foundation, Inc. 3 ;; Copyright (C) 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
4 ;; 4 ;;
5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> 5 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
6 ;; Keywords: internal 6 ;; Keywords: internal
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
251 (unibyte-display-via-language-environment mule boolean) 251 (unibyte-display-via-language-environment mule boolean)
252 ;; xfns.c 252 ;; xfns.c
253 (x-bitmap-file-path installation 253 (x-bitmap-file-path installation
254 (repeat (directory :format "%v"))) 254 (repeat (directory :format "%v")))
255 ;; xterm.c 255 ;; xterm.c
256 (x-use-underline-position-properties display boolean "21.3")
256 (x-stretch-cursor display boolean "21.1"))) 257 (x-stretch-cursor display boolean "21.1")))
257 this symbol group type native-p version 258 this symbol group type native-p version
258 ;; This function turns a value 259 ;; This function turns a value
259 ;; into an expression which produces that value. 260 ;; into an expression which produces that value.
260 (quoter (lambda (sexp) 261 (quoter (lambda (sexp)