Mercurial > emacs
comparison lisp/emulation/pc-select.el @ 38436:b174db545cfd
Some fixes to follow coding conventions.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 16 Jul 2001 12:23:00 +0000 |
parents | ef2abdff31fa |
children | 77b08a460f84 |
comparison
equal
deleted
inserted
replaced
38435:a9102b5472f0 | 38436:b174db545cfd |
---|---|
75 ;; They will be bound according to the "old" behaviour to S-delete (cut), | 75 ;; They will be bound according to the "old" behaviour to S-delete (cut), |
76 ;; S-insert (paste) and C-insert (copy). These keys do the same in many | 76 ;; S-insert (paste) and C-insert (copy). These keys do the same in many |
77 ;; other programs. | 77 ;; other programs. |
78 ;; | 78 ;; |
79 | 79 |
80 ;;; Code: | |
81 | |
80 ;;;; Customization: | 82 ;;;; Customization: |
81 (defgroup pc-select nil | 83 (defgroup pc-select nil |
82 "Emulate pc bindings." | 84 "Emulate pc bindings." |
83 :prefix "pc-select" | 85 :prefix "pc-select" |
84 :group 'editing-basics | 86 :group 'editing-basics |