Fixed an incorrect paren placement
This commit is contained in:
parent
c8c804e917
commit
706de59f07
|
@ -8984,7 +8984,7 @@ Use TAB to complete link prefixes, then RET for type-specific completion support
|
||||||
(reverse org-stored-links) "\n"))))
|
(reverse org-stored-links) "\n"))))
|
||||||
(let ((cw (selected-window)))
|
(let ((cw (selected-window)))
|
||||||
(select-window (get-buffer-window "*Org Links*" 'visible))
|
(select-window (get-buffer-window "*Org Links*" 'visible))
|
||||||
(with-current-buffer "*Org Links*" (setq truncate-lines) t)
|
(with-current-buffer "*Org Links*" (setq truncate-lines t))
|
||||||
(unless (pos-visible-in-window-p (point-max))
|
(unless (pos-visible-in-window-p (point-max))
|
||||||
(org-fit-window-to-buffer))
|
(org-fit-window-to-buffer))
|
||||||
(and (window-live-p cw) (select-window cw)))
|
(and (window-live-p cw) (select-window cw)))
|
||||||
|
|
Loading…
Reference in New Issue