mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
This commit is contained in:
commit
b17f53abc2
36 changed files with 423 additions and 507 deletions
|
|
@ -391,7 +391,7 @@ Don't move back past the buffer position LIMIT.
|
|||
This function is called when we are going to break the current line
|
||||
after or before a non-ASCII character. If the charset of the
|
||||
character has the property `fill-find-break-point-function', this
|
||||
function calls the property value as a function with one arg LINEBEG.
|
||||
function calls the property value as a function with one arg LIMIT.
|
||||
If the charset has no such property, do nothing."
|
||||
(let* ((ch (following-char))
|
||||
(charset (char-charset ch))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue