From: Thien-Thi Nguyen Date: Fri, 22 Jun 2007 08:03:38 +0000 (+0000) Subject: Untabify; nfc. X-Git-Tag: emacs-pretest-23.0.90~12158 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dce39ca8e397ce3dcff9a5f16078959213d2f7c8;p=emacs.git Untabify; nfc. --- diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 9f01787b336..d94f6acf8e1 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -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)))