comparison lisp/emulation/pc-select.el @ 22250:a77d473867b8

*** empty log message ***
author Dan Nicolaescu <done@ece.arizona.edu>
date Tue, 26 May 1998 09:23:23 +0000
parents 4e824f1fe62d
children e4668ff0692c
comparison
equal deleted inserted replaced
22249:9a8adf8f1efa 22250:a77d473867b8
3 ;;; including key bindings. 3 ;;; including key bindings.
4 4
5 ;; Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 5 ;; Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
6 6
7 ;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE> 7 ;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE>
8 ;; Keywords: convenience
8 ;; Created: 26 Sep 1995 9 ;; Created: 26 Sep 1995
9 10
10 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
11 12
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 13 ;; GNU Emacs is free software; you can redistribute it and/or modify
78 79
79 ;;;; Customization: 80 ;;;; Customization:
80 (defgroup pc-select nil 81 (defgroup pc-select nil
81 "Emulate pc bindings." 82 "Emulate pc bindings."
82 :prefix "pc-select" 83 :prefix "pc-select"
83 :group 'editing-basics) 84 :group 'editing-basics
85 :group 'convenience)
84 86
85 (defcustom pc-select-override-scroll-error t 87 (defcustom pc-select-override-scroll-error t
86 "*Non-nil means don't generate error on scrolling past edge of buffer. 88 "*Non-nil means don't generate error on scrolling past edge of buffer.
87 This variable applies in PC Selection mode only. 89 This variable applies in PC Selection mode only.
88 The scroll commands normally generate an error if you try to scroll 90 The scroll commands normally generate an error if you try to scroll