emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-start.el,v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-start.el,v [EMACS_22_BASE]
Date: Fri, 08 Feb 2008 20:09:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       08/02/08 20:09:17

Index: cus-start.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/cus-start.el,v
retrieving revision 1.100.2.7
retrieving revision 1.100.2.8
diff -u -b -r1.100.2.7 -r1.100.2.8
--- cus-start.el        11 Jan 2008 09:55:08 -0000      1.100.2.7
+++ cus-start.el        8 Feb 2008 20:09:16 -0000       1.100.2.8
@@ -129,7 +129,6 @@
                             :match (lambda (widget value)
                                      (and value (not (functionp value)))))
                            (function :value ignore))))
-            (selection-coding-system mule coding-system "22.1")
             ;; dired.c
             (completion-ignored-extensions dired
                                            (repeat (string :format "%v")))
@@ -456,10 +455,6 @@
 (custom-add-to-group 'iswitchb 'read-buffer-function 'custom-variable)
 (custom-add-to-group 'font-lock 'open-paren-in-column-0-is-defun-start
                     '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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]