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 | 143cbacb8c8430bf33e7d4c8c9b5c7307fda6c98 (patch) | |
tree | 3c363720c5107ef66d9a45deb3ba3ee3cf42855f /lisp/select.el | |
parent | ef6ed06d57c44cc48d84d645e74a1edc7b9103b1 (diff) | |
download | emacs-143cbacb8c8430bf33e7d4c8c9b5c7307fda6c98.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, |