mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-23 06:21:29 -07:00
Extended the kludge to interoperate with the
delsel and pending-del packages wrt to the new function `c-electric-delete-forward'.
This commit is contained in:
parent
851040a566
commit
7443aaa688
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
Mon Jul 09 2001 Martin Stjernholm <bug-cc-mode@gnu.org>
|
||||
|
||||
* cc-cmds.el: Extended the kludge to interoperate with the
|
||||
delsel and pending-del packages wrt to the new function
|
||||
`c-electric-delete-forward'.
|
||||
|
||||
2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
|
||||
|
|
|
|||
|
|
@ -1202,6 +1202,8 @@ sentence motion in or near comments and multiline strings."
|
|||
(put 'c-electric-delete 'pending-delete 'supersede) ; pending-del
|
||||
(put 'c-electric-backspace 'delete-selection 'supersede) ; delsel
|
||||
(put 'c-electric-backspace 'pending-delete 'supersede) ; pending-del
|
||||
(put 'c-electric-delete-forward 'delete-selection 'supersede) ; delsel
|
||||
(put 'c-electric-delete-forward 'pending-delete 'supersede) ; pending-del
|
||||
|
||||
|
||||
;; This is used by indent-for-comment to decide how much to indent a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue