]> git.eshelyaron.com Git - emacs.git/commitdiff
Add display-buffer-reuse-frames,
authorDave Love <fx@gnu.org>
Sun, 20 Aug 2000 17:21:22 +0000 (17:21 +0000)
committerDave Love <fx@gnu.org>
Sun, 20 Aug 2000 17:21:22 +0000 (17:21 +0000)
file-coding-system-alist.

lisp/cus-start.el

index 90cfe72d9eb9a838ae462f14058b4da9b4bb2579..620a870090bd00b164247a9615863c4e2fedfbe9 100644 (file)
             (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")))
             (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)