]> code.delx.au - gnu-emacs/blobdiff - lisp/w32-vars.el
Allow specifying local ELPA mirrors in package-archives.
[gnu-emacs] / lisp / w32-vars.el
index 0fb1e8c8fbadb8af13877981d1f4cca78d1fb78e..d1e8edc40be0a8194d5f3d49b63a1e5d807e41b5 100644 (file)
@@ -1,10 +1,10 @@
 ;;; w32-vars.el --- MS-Windows specific user options
 
-;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 2002-2011  Free Software Foundation, Inc.
 
 ;; Author: Jason Rumney <jasonr@gnu.org>
 ;; Keywords: internal
+;; Package: emacs
 
 ;; This file is part of GNU Emacs.
 
@@ -42,7 +42,7 @@ X does.  See `w32-fixed-font-alist' for the font menu definition."
 
 (defvar w32-list-proportional-fonts nil
   "Include proportional fonts in the default font dialog.")
-(make-obsolete-variable w32-list-proportional-fonts "No longer used" "23.1")
+(make-obsolete-variable 'w32-list-proportional-fonts "no longer used." "23.1")
 
 (defcustom w32-allow-system-shell nil
   "Disable startup warning when using \"system\" shells."
@@ -147,13 +147,6 @@ menu if the variable `w32-use-w32-font-dialog' is nil."
                      (string :tag "Font")))))))
     :group 'w32)
 
-(defcustom x-select-enable-clipboard t
-  "Non-nil means cutting and pasting uses the clipboard.
-This is in addition to the primary selection."
-  :type 'boolean
-  :group 'killing)
-
 (provide 'w32-vars)
 
-;; arch-tag: ee2394fb-9db7-4c15-a8f0-66b47f4a2bb1
 ;;; w32-vars.el ends here