diff options
| author | John Paul Wallington | 2004-08-14 13:44:54 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2004-08-14 13:44:54 +0000 |
| commit | 01a6fd47315d605a8f8e54dff33a38f04b078bac (patch) | |
| tree | 7d86aa716e451e6e941896145ea8ee4cb834ce5a | |
| parent | e11d1dd9e1355bae0c909f0ca8082ee169f08021 (diff) | |
| download | emacs-01a6fd47315d605a8f8e54dff33a38f04b078bac.tar.gz emacs-01a6fd47315d605a8f8e54dff33a38f04b078bac.zip | |
(read-file-name-completion-ignore-case): Add.
(blink-cursor-alist): Change version to "21.4".
| -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 5e237cd0db7..c9ce8f8474c 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -121,6 +121,7 @@ | |||
| 121 | (const :tag "always" t))) | 121 | (const :tag "always" t))) |
| 122 | ;; fileio.c | 122 | ;; fileio.c |
| 123 | (insert-default-directory minibuffer boolean) | 123 | (insert-default-directory minibuffer boolean) |
| 124 | (read-file-name-completion-ignore-case minibuffer boolean "21.4") | ||
| 124 | ;; fns.c | 125 | ;; fns.c |
| 125 | (use-dialog-box menu boolean "21.1") | 126 | (use-dialog-box menu boolean "21.1") |
| 126 | (use-file-dialog menu boolean "21.4") | 127 | (use-file-dialog menu boolean "21.4") |
| @@ -264,7 +265,7 @@ | |||
| 264 | :format "%v") | 265 | :format "%v") |
| 265 | (other :tag "Unlimited" t))) | 266 | (other :tag "Unlimited" t))) |
| 266 | (unibyte-display-via-language-environment mule boolean) | 267 | (unibyte-display-via-language-environment mule boolean) |
| 267 | (blink-cursor-alist cursor alist "21.5") | 268 | (blink-cursor-alist cursor alist "21.4") |
| 268 | ;; xfaces.c | 269 | ;; xfaces.c |
| 269 | (scalable-fonts-allowed display boolean) | 270 | (scalable-fonts-allowed display boolean) |
| 270 | ;; xfns.c | 271 | ;; xfns.c |