* lisp/replace.el (occur-mode-map): Rebind occur-edit-mode to "e".
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Sep 2011 21:28:17 +0000 (17:28 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Sep 2011 21:28:17 +0000 (17:28 -0400)
commit8c0f49f09c3079730870957c31422204f93eec28
treef7ba6ed4d8c6e97f6ac4560837a2cca26dd08259
parentb8f0a954b883d4d46983078f70a8b59a61cfa693
* lisp/replace.el (occur-mode-map): Rebind occur-edit-mode to "e".
(occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
occur-mode-display-occurrence.
(occur-edit-mode): Add usage message.
(occur-cease-edit): New command.
(occur-after-change-function): Use text properties to find the
position of the prefix text.
(occur-engine): Set stickiness of prefix text properties.

Fixes: debbugs:8463
etc/NEWS
lisp/ChangeLog
lisp/net/ldap.el
lisp/replace.el