diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-05-11 19:25:53 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-05-11 19:25:53 +0200 |
| commit | f432cd15d951a5fa245d9dfa63d8cfd7812f7a2e (patch) | |
| tree | 99e055aa57e737a1903f979643bc0daccb72c869 | |
| parent | 446c6d311af75ef0c4d9d5dd399ffbe677038558 (diff) | |
Add reference to bug#48356 in comment.
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -653,7 +653,7 @@ Set to nil in order to disable confirmation." ;; cursor, then the candidate only includes the prefix ;; "~/emacs/master/lisp/", but not the suffix "/calc". Default ;; completion has the same problem when selecting in the - ;; *Completions* buffer. + ;; *Completions* buffer. See bug#48356. (setq str (concat (substring str 0 corfu--base) (substring-no-properties (nth (max 0 corfu--index) corfu--candidates)))) |
