diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2006-01-03 02:15:28 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2006-01-03 02:15:28 +0000 |
commit | b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf (patch) | |
tree | 87bc562249d9e597e12406e1d9b1c7dfb0f937e5 /lisp/cus-start.el | |
parent | b3e6f69c10973ff7b040ced07a3a084960619681 (diff) | |
parent | 55262b16df717fe533ea4ad23dac3f02398c9055 (diff) | |
download | emacs-b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf.tar.gz |
Merged from miles@gnu.org--gnu-2005 (patch 682)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-682
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-490
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index a851d32d296..30af30045f8 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -274,6 +274,8 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (words-include-escapes editing-basics boolean) (open-paren-in-column-0-is-defun-start editing-basics boolean "21.1") + ;; term.c + (visible-cursor cursor boolean "22.1") ;; undo.c (undo-limit undo integer) (undo-strong-limit undo integer) |