summaryrefslogtreecommitdiff
path: root/lisp/select.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-04-23 06:51:44 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-04-23 06:51:44 +0000
commit31e1d9206b69676f624dd8ef2958afbbe6e32fd5 (patch)
tree14eaeb57d9fd60dcdf1f1e247854a39689e35e31 /lisp/select.el
parentf2a2c3d2e30b0b2acf404c80b53bb99c98920955 (diff)
downloademacs-31e1d9206b69676f624dd8ef2958afbbe6e32fd5.tar.gz
All fsets changed to defaliases.
Diffstat (limited to 'lisp/select.el')
-rw-r--r--lisp/select.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/select.el b/lisp/select.el
index bfcf20aa652..f82dc3127d4 100644
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -24,7 +24,7 @@
;;; Code:
;; This is for temporary compatibility with pre-release Emacs 19.
-(fset 'x-selection 'x-get-selection)
+(defalias 'x-selection 'x-get-selection)
(defun x-get-selection (&optional type data-type)
"Return the value of an X Windows selection.
The argument TYPE (default `PRIMARY') says which selection,