From: Dave Love Date: Sun, 20 Aug 2000 17:21:22 +0000 (+0000) Subject: Add display-buffer-reuse-frames, X-Git-Tag: emacs-pretest-21.0.90~2156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13eb63ffef79c84b5e155be9e12c6b049024938c;p=emacs.git Add display-buffer-reuse-frames, file-coding-system-alist. --- 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 @@ (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)