diff options
| author | Phil Sainty | 2012-08-15 23:25:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-15 23:25:27 -0700 |
| commit | 1c308380b6f29e389dc10d418b9203a74d64dce2 (patch) | |
| tree | 12bd29c76d14d113a9d23bebfea2214ba055d398 /lisp/ChangeLog | |
| parent | a098c9308eb2abee17d1f800d5895c12f471097e (diff) | |
| download | emacs-1c308380b6f29e389dc10d418b9203a74d64dce2.tar.gz emacs-1c308380b6f29e389dc10d418b9203a74d64dce2.zip | |
Make subword.el easier to customize (tiny change)
* lisp/progmodes/subword.el (subword-forward-function)
(subword-backward-function, subword-forward-regexp, subword-backward-regexp):
New variables.
(subword-forward, subword-forward-internal, subword-backward-internal):
Use new variables, eg so that different "word" definitions can be easily used.
Fixes: debbugs:11411
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc42b1493ee..2202b4c7632 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change) | ||
| 2 | |||
| 3 | * progmodes/subword.el (subword-forward-function) | ||
| 4 | (subword-backward-function, subword-forward-regexp) | ||
| 5 | (subword-backward-regexp): New variables. | ||
| 6 | (subword-forward, subword-forward-internal, subword-backward-internal): | ||
| 7 | Use new variables, eg so that different "word" definitions | ||
| 8 | can be easily used. (Bug#11411) | ||
| 9 | |||
| 1 | 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion | 12 | * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion |