diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-02-05 08:08:30 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-02-05 08:08:30 +0000 |
commit | e369c773b639efe83ced299a60a0e0b928b0433e (patch) | |
tree | 8eb1ccbfd4b96743039dc15e7aa33f44783b5d59 /lisp/cus-start.el | |
parent | 816f7521aee0c0bae22613b3cf0c74e9b210fbc7 (diff) | |
download | emacs-e369c773b639efe83ced299a60a0e0b928b0433e.tar.gz emacs-e369c773b639efe83ced299a60a0e0b928b0433e.tar.bz2 emacs-e369c773b639efe83ced299a60a0e0b928b0433e.zip |
(x-use-underline-position-properties): Allow customization.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 35500842a0a..fd41f44fd1d 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -1,6 +1,6 @@ ;;; cus-start.el --- define customization properties of builtins ;; -;; Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: internal @@ -253,6 +253,7 @@ (x-bitmap-file-path installation (repeat (directory :format "%v"))) ;; xterm.c + (x-use-underline-position-properties display boolean "21.3") (x-stretch-cursor display boolean "21.1"))) this symbol group type native-p version ;; This function turns a value |