aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichal Nazarewicz2013-11-03 23:29:59 -0500
committerStefan Monnier2013-11-03 23:29:59 -0500
commit0a749fa0e64fc88bcd1772253774d7e44ecfe8ce (patch)
tree214a0cfeb1f5759ffcedd2940ec7852d86920412 /lisp/ChangeLog
parentec79b92bfa0b040917a8f3250fe2f819cd8d92db (diff)
downloademacs-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/ChangeLog7
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 @@
12013-11-03 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change) 12013-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
62013-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