diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-17 18:13:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-17 18:13:25 +0000 |
commit | 3eeb7b9f68bfcedffe24e1dc10ef0f35e3e68f1d (patch) | |
tree | dfe16c823517fe258cbefbc3795db9d2ef838ca6 /lisp/emulation/pc-select.el | |
parent | 215e89e5941151dee0c6dd5f1a12377c5e603653 (diff) | |
download | emacs-3eeb7b9f68bfcedffe24e1dc10ef0f35e3e68f1d.tar.gz |
(pc-selection-mode): Add autoload cookie.
Diffstat (limited to 'lisp/emulation/pc-select.el')
-rw-r--r-- | lisp/emulation/pc-select.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el index 4be89fbac7f..220c58b1224 100644 --- a/lisp/emulation/pc-select.el +++ b/lisp/emulation/pc-select.el @@ -472,6 +472,7 @@ Don't use this command in Lisp programs! (point-min)))) (if arg (forward-line 1))) +;;;###autoload (defun pc-selection-mode () "Change mark behaviour to emulate motif, MAC or MS-Windows cut and paste style.\n This mode will switch on delete-selection-mode and |