[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org d8b0c23d5c 2/5: Merge branch 'bugfix'
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org d8b0c23d5c 2/5: Merge branch 'bugfix' |
Date: |
Thu, 11 Jan 2024 10:48:17 -0500 (EST) |
branch: externals/org
commit d8b0c23d5ceae52e88175bc6954e5454f2d7a687
Merge: 6592c766d2 6b60b5ac12
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
Merge branch 'bugfix'
---
lisp/ol-man.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ol-man.el b/lisp/ol-man.el
index 12ad41a992..bce71fd38f 100644
--- a/lisp/ol-man.el
+++ b/lisp/ol-man.el
@@ -55,7 +55,7 @@ matched strings in man buffer."
(let* ((command (match-string 1 path))
;; FIXME: Remove after we drop Emacs 29 support.
;; Working around security bug #66390.
- (command (if (org-man-store-link (equal (Man-translate-references
";id") "\\;id"))
+ (command (if (equal (Man-translate-references ";id") "\\;id")
;; We are on Emacs that properly escapes man
;; command args (see Emacs commit 820f0793f0b).
command