(back-to-indentation): Call backward-prefix-chars.
This commit is contained in:
parent
ad4888e42d
commit
b986346637
1 changed files with 3 additions and 1 deletions
|
@ -369,7 +369,9 @@ useful for editing binary files."
|
|||
(interactive)
|
||||
(beginning-of-line 1)
|
||||
(let ((limit (line-end-position)))
|
||||
(skip-syntax-forward " " limit)))
|
||||
(skip-syntax-forward " " limit))
|
||||
;; Move back over chars that have whitespace syntax but have the p flag.
|
||||
(backward-prefix-chars))
|
||||
|
||||
(defun fixup-whitespace ()
|
||||
"Fixup white space between objects around point.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue