(back-to-indentation): Call backward-prefix-chars.
authorRichard M. Stallman <rms@gnu.org>
Thu, 24 Apr 2003 01:57:46 +0000 (01:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 24 Apr 2003 01:57:46 +0000 (01:57 +0000)
lisp/simple.el

index 4726dff..ff4b83a 100644 (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.