(read-file-name-completion-ignore-case): Add.
(blink-cursor-alist): Change version to "21.4".
This commit is contained in:
parent
e11d1dd9e1
commit
01a6fd4731
1 changed files with 2 additions and 1 deletions
|
@ -121,6 +121,7 @@
|
|||
(const :tag "always" t)))
|
||||
;; fileio.c
|
||||
(insert-default-directory minibuffer boolean)
|
||||
(read-file-name-completion-ignore-case minibuffer boolean "21.4")
|
||||
;; fns.c
|
||||
(use-dialog-box menu boolean "21.1")
|
||||
(use-file-dialog menu boolean "21.4")
|
||||
|
@ -264,7 +265,7 @@
|
|||
:format "%v")
|
||||
(other :tag "Unlimited" t)))
|
||||
(unibyte-display-via-language-environment mule boolean)
|
||||
(blink-cursor-alist cursor alist "21.5")
|
||||
(blink-cursor-alist cursor alist "21.4")
|
||||
;; xfaces.c
|
||||
(scalable-fonts-allowed display boolean)
|
||||
;; xfns.c
|
||||
|
|
Loading…
Add table
Reference in a new issue