]> code.delx.au - gnu-emacs/blobdiff - lisp/emulation/pc-mode.el
Merged in changes from CVS trunk.
[gnu-emacs] / lisp / emulation / pc-mode.el
index c7fe75d7a0d44407be9ffe4a27247af7e4cd0b20..8b4d0d79f28349f7750caedfc6f6d4c61d161870 100644 (file)
@@ -1,6 +1,8 @@
-;;; pc-mode.el emulate certain key bindings used on PCs.
+;;; pc-mode.el --- emulate certain key bindings used on PCs
+
 ;; Copyright (C) 1995 Free Software Foundation, Inc.
 
+;; Maintainer: FSF
 ;; Keywords: emulations
 
 ;; This file is part of GNU Emacs.
 ;; it under the terms of the GNU General Public License as published by
 ;; the Free Software Foundation; either version 2, or (at your option)
 ;; any later version.
-;;
+
 ;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; 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:
+
+;;; Code:
 
 ;;;###autoload
 (defun pc-bindings-mode ()
@@ -46,4 +52,7 @@ C-Escape does list-buffers."
   (global-set-key [C-home] 'beginning-of-buffer)
   (global-set-key [C-end] 'end-of-buffer))
 
-;; pc-mode.el ends here
+(provide 'pc-mode)
+
+;;; arch-tag: df007c05-f885-4cd0-8c1e-487d0f8dd9c9
+;;; pc-mode.el ends here