Mercurial > emacs
changeset 30978:e143c9fd35c9
Add display-buffer-reuse-frames,
file-coding-system-alist.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 20 Aug 2000 17:21:22 +0000 |
parents | 14c0286b43b5 |
children | 72284d9d7a11 |
files | lisp/cus-start.el |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-start.el Sun Aug 20 17:12:03 2000 +0000 +++ b/lisp/cus-start.el Sun Aug 20 17:21:22 2000 +0000 @@ -70,6 +70,19 @@ (eol-mnemonic-unix mule string) (eol-mnemonic-dos 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 (completion-ignored-extensions dired (repeat (string :format "%v"))) @@ -191,6 +204,7 @@ (window-min-height windows integer) (window-min-width windows integer) (scroll-preserve-screen-position windows boolean) + (display-buffer-reuse-frames windows boolean "21.1") ;; xdisp.c (scroll-step windows integer) (scroll-conservatively windows integer)