(back-to-indentation): Call backward-prefix-chars.

This commit is contained in:
Richard M. Stallman 2003-04-24 01:57:46 +00:00
parent ad4888e42d
commit b986346637

View file

@ -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.