summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorDan Nicolaescu <done@ece.arizona.edu>1998-05-26 09:23:23 +0000
committerDan Nicolaescu <done@ece.arizona.edu>1998-05-26 09:23:23 +0000
commitf5f727f8ffa2e674601875b2f2fe7ce3f0030c93 (patch)
tree2ce075c3ef33cbd16429784b1d91ca265315b293 /lisp/emulation
parent18baef8fa993d19a8af279a92b2f4efcb82fd199 (diff)
downloademacs-f5f727f8ffa2e674601875b2f2fe7ce3f0030c93.tar.gz
emacs-f5f727f8ffa2e674601875b2f2fe7ce3f0030c93.tar.bz2
emacs-f5f727f8ffa2e674601875b2f2fe7ce3f0030c93.zip
*** empty log message ***
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/pc-select.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el
index b2ad316fb66..06f2831e150 100644
--- a/lisp/emulation/pc-select.el
+++ b/lisp/emulation/pc-select.el
@@ -5,6 +5,7 @@
;; Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE>
+;; Keywords: convenience
;; Created: 26 Sep 1995
;; This file is part of GNU Emacs.
@@ -80,7 +81,8 @@
(defgroup pc-select nil
"Emulate pc bindings."
:prefix "pc-select"
- :group 'editing-basics)
+ :group 'editing-basics
+ :group 'convenience)
(defcustom pc-select-override-scroll-error t
"*Non-nil means don't generate error on scrolling past edge of buffer.