summaryrefslogtreecommitdiff
path: root/lisp/cus-start.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-08-16 23:00:42 +0000
committerDave Love <fx@gnu.org>1999-08-16 23:00:42 +0000
commit0849a37e0735a22b6e3fc780781ee7893987fffd (patch)
tree33f134bbbe3eea43069bf2122b45aafe29e712c1 /lisp/cus-start.el
parent98aae5f6367eed3fc9621e21c53292ff06ec0291 (diff)
downloademacs-0849a37e0735a22b6e3fc780781ee7893987fffd.tar.gz
emacs-0849a37e0735a22b6e3fc780781ee7893987fffd.tar.bz2
emacs-0849a37e0735a22b6e3fc780781ee7893987fffd.zip
Add x-stretch-cursor, indicate-empty-lines, scroll-up-aggressively,
scroll-down-aggressively.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r--lisp/cus-start.el11
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 23ce3565aac..e9332ce9de4 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 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1999 Free Software Foundation, Inc.
;;
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
;; Keywords: internal
@@ -54,6 +54,9 @@
(truncate-lines display boolean)
(selective-display-ellipses display boolean)
(transient-mark-mode editing-basics boolean)
+ (indicate-empty-lines display boolean)
+ (scroll-up-aggressively windows boolean)
+ (scroll-down-aggressively windows boolean)
;; callint.c
(mark-even-if-inactive editing-basics boolean)
;; callproc.c
@@ -70,7 +73,7 @@
;; dired.c
(completion-ignored-extensions dired
(repeat (string :format "%v")))
- ;; dispnew.el
+ ;; dispnew.c
(baud-rate display integer)
(inverse-video display boolean)
(visible-bell display boolean)
@@ -196,7 +199,9 @@
(unibyte-display-via-language-environment mule boolean)
;; xfns.c
(x-bitmap-file-path installation
- (repeat (directory :format "%v")))))
+ (repeat (directory :format "%v")))
+ ;; xterm.c
+ (x-stretch-cursor display boolean)))
this symbol group type native-p
;; This function turns a value
;; into an expression which produces that value.