diff options
| author | Chong Yidong | 2008-06-26 19:29:43 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-06-26 19:29:43 +0000 |
| commit | 84975bbe3b9767f71190351fbdbb4303bfd27414 (patch) | |
| tree | a41b5fe04ef100084631896d9ee65b31d20094b8 | |
| parent | 767e72aa53545f4332641c3e1b31651cd09fdda6 (diff) | |
| download | emacs-84975bbe3b9767f71190351fbdbb4303bfd27414.tar.gz emacs-84975bbe3b9767f71190351fbdbb4303bfd27414.zip | |
Add customization types for word-wrap and shift-select-mode.
| -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 302d6689186..a30abc98281 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -46,6 +46,7 @@ | |||
| 46 | (tab-width editing-basics integer) | 46 | (tab-width editing-basics integer) |
| 47 | (ctl-arrow display boolean) | 47 | (ctl-arrow display boolean) |
| 48 | (truncate-lines display boolean) | 48 | (truncate-lines display boolean) |
| 49 | (word-wrap display boolean) | ||
| 49 | (selective-display-ellipses display boolean) | 50 | (selective-display-ellipses display boolean) |
| 50 | (indicate-empty-lines fringe boolean) | 51 | (indicate-empty-lines fringe boolean) |
| 51 | (indicate-buffer-boundaries | 52 | (indicate-buffer-boundaries |
| @@ -97,6 +98,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 97 | "22.1") | 98 | "22.1") |
| 98 | ;; callint.c | 99 | ;; callint.c |
| 99 | (mark-even-if-inactive editing-basics boolean) | 100 | (mark-even-if-inactive editing-basics boolean) |
| 101 | (shift-select-mode editing-basics boolean) | ||
| 100 | ;; callproc.c | 102 | ;; callproc.c |
| 101 | (shell-file-name execute file) | 103 | (shell-file-name execute file) |
| 102 | (exec-path execute | 104 | (exec-path execute |