diff options
| author | Michael Olson | 2008-04-17 05:02:14 +0000 |
|---|---|---|
| committer | Michael Olson | 2008-04-17 05:02:14 +0000 |
| commit | b5fa335a002280b63a28c5a9d1c46573c5caab65 (patch) | |
| tree | 50e7c75aa73aebd277843b9c428a4427016733b8 | |
| parent | df7c744c3a6b4597e24b2ee0e6dacbe16817818c (diff) | |
| download | emacs-b5fa335a002280b63a28c5a9d1c46573c5caab65.tar.gz emacs-b5fa335a002280b63a28c5a9d1c46573c5caab65.zip | |
ERC: (erc-remove-text-properties-region): Disable this command by default.
| -rw-r--r-- | lisp/erc/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/erc/erc.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index fc230ddbe0e..35e9f57bf80 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-04-14 Michael Olson <mwolson@gnu.org> | ||
| 2 | |||
| 3 | * erc.el (erc-remove-text-properties-region): Disable this command | ||
| 4 | by default. Thanks to e1f for the suggestion. | ||
| 5 | |||
| 1 | 2008-02-20 Michael Olson <mwolson@gnu.org> | 6 | 2008-02-20 Michael Olson <mwolson@gnu.org> |
| 2 | 7 | ||
| 3 | * erc.el (erc-notice-face): Fix this face for Emacs 21 users. | 8 | * erc.el (erc-notice-face): Fix this face for Emacs 21 users. |
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index a085336f9a1..1dae3562707 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -5477,6 +5477,7 @@ If CHANNEL is non-nil, toggle MODE for that channel, otherwise use | |||
| 5477 | (save-excursion | 5477 | (save-excursion |
| 5478 | (let ((inhibit-read-only t)) | 5478 | (let ((inhibit-read-only t)) |
| 5479 | (set-text-properties start end nil object)))) | 5479 | (set-text-properties start end nil object)))) |
| 5480 | (put 'erc-remove-text-properties-region 'disabled t) | ||
| 5480 | 5481 | ||
| 5481 | ;; script execution and startup | 5482 | ;; script execution and startup |
| 5482 | 5483 | ||