+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.
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)
(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.