comparison lisp/cus-start.el @ 88712:b231f1e25b4e

Add selection-coding-system.
author Dave Love <fx@gnu.org>
date Sun, 02 Jun 2002 20:33:29 +0000
parents 8cbbc8918e1f
children 9ee83336c016
comparison
equal deleted inserted replaced
88711:f3dce8f75e38 88712:b231f1e25b4e
83 (coding-system :tag "Decoding") 83 (coding-system :tag "Decoding")
84 (coding-system :tag "Encoding")) 84 (coding-system :tag "Encoding"))
85 (coding-system :tag "Single coding system" 85 (coding-system :tag "Single coding system"
86 :value undecided) 86 :value undecided)
87 (function :value ignore)))) 87 (function :value ignore))))
88 (selection-coding-system mule coding-system)
88 ;; dired.c 89 ;; dired.c
89 (completion-ignored-extensions dired 90 (completion-ignored-extensions dired
90 (repeat (string :format "%v"))) 91 (repeat (string :format "%v")))
91 ;; dispnew.c 92 ;; dispnew.c
92 (baud-rate display integer) 93 (baud-rate display integer)