Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e3a66363
Commit
e3a66363
authored
Aug 23, 2013
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
text-properties. Fixes: debbugs:15155
parent
b9808e77
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/textmodes/fill.el
lisp/textmodes/fill.el
+1
-1
No files found.
lisp/ChangeLog
View file @
e3a66363
2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
text-properties (bug#15155).
* calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
exist any more.
(calc-keypad-redraw): Remove unused var `pad'.
...
...
lisp/textmodes/fill.el
View file @
e3a66363
...
...
@@ -220,7 +220,7 @@ Remove indentation from each line."
(
let
((
str
(
or
(
and
adaptive-fill-function
(
funcall
adaptive-fill-function
))
(
and
adaptive-fill-regexp
(
looking-at
adaptive-fill-regexp
)
(
match-string
-no-properties
0
)))))
(
match-string
0
)))))
(
if
(
>=
(
+
(
current-left-margin
)
(
length
str
))
(
current-fill-column
))
;; Death to insanely long prefixes.
nil
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment