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
commit143cbacb8c8430bf33e7d4c8c9b5c7307fda6c98 (patch)
tree3c363720c5107ef66d9a45deb3ba3ee3cf42855f /lisp/select.el
parentef6ed06d57c44cc48d84d645e74a1edc7b9103b1 (diff)
downloademacs-143cbacb8c8430bf33e7d4c8c9b5c7307fda6c98.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,