]> git.eshelyaron.com Git - emacs.git/commitdiff
(line-move): Ignore invisibility in `move-to-column'.
authorRichard M. Stallman <rms@gnu.org>
Tue, 8 Oct 1996 21:35:03 +0000 (21:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 8 Oct 1996 21:35:03 +0000 (21:35 +0000)
(universal-argument): Doc fix.

lisp/simple.el

index fe5c4cd3218583c2bdeba8916c448a905e51682c..5f45ded7224ce05fa82e4857c43600d14358e894 100644 (file)
@@ -980,7 +980,9 @@ Digits or minus sign following \\[universal-argument] make up the numeric argume
 \\[universal-argument] following the digits or minus sign ends the argument.
 \\[universal-argument] without digits or minus sign provides 4 as argument.
 Repeating \\[universal-argument] without digits or minus sign
- multiplies the argument by 4 each time."
+ multiplies the argument by 4 each time.
+For some commands, just \\[universal-argument] by itself serves as a flag
+which is different in effect from any particular numeric argument."
   (interactive)
   (setq prefix-arg (list 4))
   (setq universal-argument-num-events (length (this-command-keys)))
@@ -1789,7 +1791,8 @@ Outline mode sets this.")
                    (goto-char (previous-single-property-change (point) 'invisible))
                  (goto-char (previous-overlay-change (point)))))
              (setq arg (1+ arg))))
-         (move-to-column (or goal-column temporary-goal-column)))
+         (let ((buffer-invisibility-spec nil))
+           (move-to-column (or goal-column temporary-goal-column))))
       ;; Remember where we moved to, go back home,
       ;; then do the motion over again
       ;; in just one step, with intangibility and point-motion hooks