From: Dave Love Date: Sun, 2 Jun 2002 20:33:29 +0000 (+0000) Subject: Add selection-coding-system. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~691 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f91408e65abb0479b5163d75b7e28cdeae04279;p=emacs.git Add selection-coding-system. --- diff --git a/lisp/cus-start.el b/lisp/cus-start.el index d650602487f..1042d964e0d 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -85,6 +85,7 @@ (coding-system :tag "Single coding system" :value undecided) (function :value ignore)))) + (selection-coding-system mule coding-system) ;; dired.c (completion-ignored-extensions dired (repeat (string :format "%v")))