diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-04-23 06:51:44 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-04-23 06:51:44 +0000 |
commit | 31e1d9206b69676f624dd8ef2958afbbe6e32fd5 (patch) | |
tree | 14eaeb57d9fd60dcdf1f1e247854a39689e35e31 /lisp/select.el | |
parent | f2a2c3d2e30b0b2acf404c80b53bb99c98920955 (diff) | |
download | emacs-31e1d9206b69676f624dd8ef2958afbbe6e32fd5.tar.gz |
All fsets changed to defaliases.
Diffstat (limited to 'lisp/select.el')
-rw-r--r-- | lisp/select.el | 2 |
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, |