mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-13 01:20:28 -08:00
Add display-buffer-reuse-frames,
file-coding-system-alist.
This commit is contained in:
parent
6e69ab8c7b
commit
13eb63ffef
1 changed files with 14 additions and 0 deletions
|
|
@ -70,6 +70,19 @@
|
||||||
(eol-mnemonic-unix mule string)
|
(eol-mnemonic-unix mule string)
|
||||||
(eol-mnemonic-dos mule string)
|
(eol-mnemonic-dos mule string)
|
||||||
(eol-mnemonic-mac mule string)
|
(eol-mnemonic-mac mule string)
|
||||||
|
(file-coding-system-alist
|
||||||
|
mule
|
||||||
|
(alist
|
||||||
|
:key-type (regexp :tag "File regexp")
|
||||||
|
:value-type (choice
|
||||||
|
:value (undecided . undecided)
|
||||||
|
(cons :tag "Encoding/decoding pair"
|
||||||
|
:value (undecided . undecided)
|
||||||
|
(coding-system :tag "Decoding")
|
||||||
|
(coding-system :tag "Encoding"))
|
||||||
|
(coding-system :tag "Single coding system"
|
||||||
|
:value undecided)
|
||||||
|
(function :value ignore))))
|
||||||
;; dired.c
|
;; dired.c
|
||||||
(completion-ignored-extensions dired
|
(completion-ignored-extensions dired
|
||||||
(repeat (string :format "%v")))
|
(repeat (string :format "%v")))
|
||||||
|
|
@ -191,6 +204,7 @@
|
||||||
(window-min-height windows integer)
|
(window-min-height windows integer)
|
||||||
(window-min-width windows integer)
|
(window-min-width windows integer)
|
||||||
(scroll-preserve-screen-position windows boolean)
|
(scroll-preserve-screen-position windows boolean)
|
||||||
|
(display-buffer-reuse-frames windows boolean "21.1")
|
||||||
;; xdisp.c
|
;; xdisp.c
|
||||||
(scroll-step windows integer)
|
(scroll-step windows integer)
|
||||||
(scroll-conservatively windows integer)
|
(scroll-conservatively windows integer)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue