diff options
| author | Leo Liu | 2012-07-21 09:41:48 +0800 |
|---|---|---|
| committer | Leo Liu | 2012-07-21 09:41:48 +0800 |
| commit | 2c73e345cc666982dbcb9d73e4fdd5a3348d19bc (patch) | |
| tree | 44606488ac39afff067e68c224f4171e3b6b2336 /lisp/ChangeLog | |
| parent | 3646bcd6b8d321bbcf08bf8204ad92bdd3f1f0da (diff) | |
| download | emacs-2c73e345cc666982dbcb9d73e4fdd5a3348d19bc.tar.gz emacs-2c73e345cc666982dbcb9d73e4fdd5a3348d19bc.zip | |
Use match-string-no-properties instead in c-defun-name
for consistency.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f305d971a0f..9cda817fab6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-21 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/cc-cmds.el (c-defun-name): Use | ||
| 4 | match-string-no-properties instead for consistency. | ||
| 5 | |||
| 1 | 2012-07-20 Leo Liu <sdl.web@gmail.com> | 6 | 2012-07-20 Leo Liu <sdl.web@gmail.com> |
| 2 | 7 | ||
| 3 | * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly. | 8 | * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly. |