summaryrefslogtreecommitdiff
path: root/lisp/emulation/pc-select.el
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1996-01-14 07:34:30 +0000
committerErik Naggum <erik@naggum.no>1996-01-14 07:34:30 +0000
commitb578f267af27af50e3c091f8c9c9eee939b69978 (patch)
treec41e03d173274cfc11edf51a3fc63cd51060e59d /lisp/emulation/pc-select.el
parent8f652877984d1fde4ec6b98e4315dfb36408b548 (diff)
downloademacs-b578f267af27af50e3c091f8c9c9eee939b69978.tar.gz
Update FSF's address.
Diffstat (limited to 'lisp/emulation/pc-select.el')
-rw-r--r--lisp/emulation/pc-select.el24
1 files changed, 5 insertions, 19 deletions
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el
index 1187b642c86..f0451d70fcc 100644
--- a/lisp/emulation/pc-select.el
+++ b/lisp/emulation/pc-select.el
@@ -20,11 +20,12 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING. If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with GNU Emacs; see the file COPYING. If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; Boston, MA 02111-1307, USA.
;;; Commentary:
-;;
+
;; This package emulates the mark, copy, cut and paste look-and-feel of motif
;; programs (which is the same as the MAC gui and (sorry for that) MS-Windows).
;; It modifies the keybindings of the cursor keys and the next, prior,
@@ -68,23 +69,8 @@
;; They will be bound according to the "old" behaviour to S-delete (cut),
;; S-insert (paste) and C-insert (copy). These keys do the same in many
;; other programs.
-;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;
-;;;; INSTALLATION:
-;;;; o Put this file called "pc-select.el" into a path where emacs
-;;;; looks for lisp libraries. Byte-compile if you want to.
-;;;; o Put the command '(require 'pc-select) or
-;;;; '(load "pc-select")' into your ~/.emacs. After that line
-;;;; put the command '(pc-selection-mode)' to activate the mode.
-;;;;
-;;;; Please note that I am _not_ a lisp expert, I apologise for
-;;;; all hacks which look ugly to an experienced lisp programmer.
-;;;; Please report all errors and improvement. Thank you.
-;;;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;; Code:
+;;; Code:
;;;;
;; misc