mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Untabify; nfc.
This commit is contained in:
parent
c2e8590b6a
commit
dce39ca8e3
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user