diff options
| author | Michal Nazarewicz | 2013-11-03 23:29:59 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-11-03 23:29:59 -0500 |
| commit | 0a749fa0e64fc88bcd1772253774d7e44ecfe8ce (patch) | |
| tree | 214a0cfeb1f5759ffcedd2940ec7852d86920412 /lisp/ChangeLog | |
| parent | ec79b92bfa0b040917a8f3250fe2f819cd8d92db (diff) | |
| download | emacs-0a749fa0e64fc88bcd1772253774d7e44ecfe8ce.tar.gz emacs-0a749fa0e64fc88bcd1772253774d7e44ecfe8ce.zip | |
* lisp/textmodes/fill.el (fill-single-char-nobreak-p): New function
checking whether point is after a 1-letter word.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fb4f29befe1..9ff4ab8f04c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,9 @@ | |||
| 1 | 2013-11-03 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change) | 1 | 2013-11-04 Michal Nazarewicz <mina86@mina86.com> |
| 2 | |||
| 3 | * textmodes/fill.el (fill-single-char-nobreak-p): New function | ||
| 4 | checking whether point is after a 1-letter word. | ||
| 5 | |||
| 6 | 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change) | ||
| 2 | 7 | ||
| 3 | * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function): | 8 | * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function): |
| 4 | Don't infloop when expanding region over `multiline' syntax-type that | 9 | Don't infloop when expanding region over `multiline' syntax-type that |