]> git.eshelyaron.com Git - emacs.git/commitdiff
(selection-coding-system, scalable-fonts-allowed):
authorDave Love <fx@gnu.org>
Tue, 29 Oct 2002 18:51:52 +0000 (18:51 +0000)
committerDave Love <fx@gnu.org>
Tue, 29 Oct 2002 18:51:52 +0000 (18:51 +0000)
Added.

lisp/ChangeLog
lisp/cus-start.el

index 6d99a8a5960fccaca31d42e8129206cdbb36a659..94c7a13da28d3b0e520d148cab6a92155198bb17 100644 (file)
@@ -1,3 +1,13 @@
+2002-10-29  Dave Love  <fx@gnu.org>
+
+       * cus-start.el (selection-coding-system, scalable-fonts-allowed):
+       Added.
+
+       * progmodes/scheme.el (syntax-case): Define
+       scheme-indent-function.
+
+       * international/mule-conf.el: Doc fixes.
+
 2002-10-29  Richard M. Stallman  <rms@gnu.org>
 
        * server.el (server-switch-buffer): Say when no server buffers remain.
@@ -16,8 +26,9 @@
 
 2002-10-29  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
 
-       * textmodes/texinfo.el (texinfo-environments): Add environment; copying,
-       documentdescription, ifplaintext, ifnotplaintext, and verbatim.
+       * textmodes/texinfo.el (texinfo-environments): Add environment;
+       copying, documentdescription, ifplaintext, ifnotplaintext, and
+       verbatim.
 
        * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
        (ifplaintext, ifnotplaintext)
index 08a99ea4d6801a167a997ac60970fdf4c9c41ac1..b5161bfcb99993a096d58b4811a7af0e7450755b 100644 (file)
@@ -82,6 +82,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")))
                                                     :format "%v")
                                            (other :tag "Unlimited" t)))
             (unibyte-display-via-language-environment mule boolean)
+            ;; xfaces.c
+            (scalable-fonts-allowed display boolean)
             ;; xfns.c
             (x-bitmap-file-path installation
                                 (repeat (directory :format "%v")))
        (put symbol 'custom-version version)))))
 
 (custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable)
+(put 'selection-coding-system 'custom-set
+     (lambda (symbol value)
+       (set-selection-coding-system value)
+       (set symbol value)))
 
 ;; Record cus-start as loaded
 ;; if we have set up all the info that we can set up.