]> git.eshelyaron.com Git - emacs.git/commitdiff
Untabify; nfc.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 22 Jun 2007 08:03:38 +0000 (08:03 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 22 Jun 2007 08:03:38 +0000 (08:03 +0000)
lisp/progmodes/hideshow.el

index 9f01787b3368d9357ca79f468175388831186292..d94f6acf8e1b6d0a82c8c23e99340bfca51324f5 100644 (file)
@@ -705,7 +705,7 @@ and `case-fold-search' are both t."
       (if (and c-reg (nth 0 c-reg))
           ;; point is inside a comment, and that comment is hidable
           (goto-char (nth 0 c-reg))
-       (end-of-line)
+        (end-of-line)
         (when (and (not c-reg)
                    (hs-find-block-beginning)
                    (looking-at hs-block-start-regexp))
@@ -906,9 +906,9 @@ Key bindings:
       (progn
         (hs-grok-mode-type)
         ;; Turn off this mode if we change major modes.
-       (add-hook 'change-major-mode-hook
-                 'turn-off-hideshow
-                 nil t)
+        (add-hook 'change-major-mode-hook
+                  'turn-off-hideshow
+                  nil t)
         (easy-menu-add hs-minor-mode-menu)
         (set (make-local-variable 'line-move-ignore-invisible) t)
         (add-to-invisibility-spec '(hs . t)))