Merge branch 'bugfix'
This commit is contained in:
commit
3f4bdf80cb
|
@ -4732,7 +4732,7 @@ returns non-nil if any of them match."
|
||||||
(if (and (= char ?f) current-file)
|
(if (and (= char ?f) current-file)
|
||||||
(concat "file://" current-file) uri))
|
(concat "file://" current-file) uri))
|
||||||
"\\'")))))
|
"\\'")))))
|
||||||
(prog1 (memq char '(?y ?n ?! ?d ?\s ?f))
|
(prog1 (memq char '(?y ?! ?d ?\s ?f))
|
||||||
(quit-window t)))))))
|
(quit-window t)))))))
|
||||||
|
|
||||||
(defun org-extract-log-state-settings (x)
|
(defun org-extract-log-state-settings (x)
|
||||||
|
|
Loading…
Reference in New Issue