diff options
| author | Dave Love | 2000-08-20 17:21:22 +0000 |
|---|---|---|
| committer | Dave Love | 2000-08-20 17:21:22 +0000 |
| commit | 13eb63ffef79c84b5e155be9e12c6b049024938c (patch) | |
| tree | f1c9571ff5c92022b926db57a45d18321d5d5cf1 | |
| parent | 6e69ab8c7b605d6ec0d05c6378dcd26f5a8ac835 (diff) | |
| download | emacs-13eb63ffef79c84b5e155be9e12c6b049024938c.tar.gz emacs-13eb63ffef79c84b5e155be9e12c6b049024938c.zip | |
Add display-buffer-reuse-frames,
file-coding-system-alist.
| -rw-r--r-- | lisp/cus-start.el | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 90cfe72d9eb..620a870090b 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -70,6 +70,19 @@ | |||
| 70 | (eol-mnemonic-unix mule string) | 70 | (eol-mnemonic-unix mule string) |
| 71 | (eol-mnemonic-dos mule string) | 71 | (eol-mnemonic-dos mule string) |
| 72 | (eol-mnemonic-mac mule string) | 72 | (eol-mnemonic-mac mule string) |
| 73 | (file-coding-system-alist | ||
| 74 | mule | ||
| 75 | (alist | ||
| 76 | :key-type (regexp :tag "File regexp") | ||
| 77 | :value-type (choice | ||
| 78 | :value (undecided . undecided) | ||
| 79 | (cons :tag "Encoding/decoding pair" | ||
| 80 | :value (undecided . undecided) | ||
| 81 | (coding-system :tag "Decoding") | ||
| 82 | (coding-system :tag "Encoding")) | ||
| 83 | (coding-system :tag "Single coding system" | ||
| 84 | :value undecided) | ||
| 85 | (function :value ignore)))) | ||
| 73 | ;; dired.c | 86 | ;; dired.c |
| 74 | (completion-ignored-extensions dired | 87 | (completion-ignored-extensions dired |
| 75 | (repeat (string :format "%v"))) | 88 | (repeat (string :format "%v"))) |
| @@ -191,6 +204,7 @@ | |||
| 191 | (window-min-height windows integer) | 204 | (window-min-height windows integer) |
| 192 | (window-min-width windows integer) | 205 | (window-min-width windows integer) |
| 193 | (scroll-preserve-screen-position windows boolean) | 206 | (scroll-preserve-screen-position windows boolean) |
| 207 | (display-buffer-reuse-frames windows boolean "21.1") | ||
| 194 | ;; xdisp.c | 208 | ;; xdisp.c |
| 195 | (scroll-step windows integer) | 209 | (scroll-step windows integer) |
| 196 | (scroll-conservatively windows integer) | 210 | (scroll-conservatively windows integer) |