]> git.eshelyaron.com Git - emacs.git/commitdiff
Cease copying 'completion-ignore-case' buffer-local value
authorEshel Yaron <me@eshelyaron.com>
Mon, 15 Jul 2024 17:40:06 +0000 (19:40 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 15 Jul 2024 17:40:06 +0000 (19:40 +0200)
lisp/minibuffer.el

index 6ba11312d4d5173cc8f1e732d0db86624cda6d50..0347cd67098178a30c964c98aba81e42bd1cddd5 100644 (file)
@@ -5595,7 +5595,6 @@ See `completing-read' for the meaning of the arguments."
                      minibuffer-local-must-match-map
                    minibuffer-local-completion-map))
          (buffer (current-buffer))
-         (c-i-c completion-ignore-case)
          (result
           (minibuffer-with-setup-hook
               (lambda ()
@@ -5615,8 +5614,6 @@ See `completing-read' for the meaning of the arguments."
                             (unless (eq require-match t) require-match))
                 (setq-local minibuffer--require-match require-match)
                 (setq-local minibuffer--original-buffer buffer)
-                ;; Copy the value from original buffer to the minibuffer.
-                (setq-local completion-ignore-case c-i-c)
                 (add-hook 'minibuffer-exit-hook
                           #'minibuffer-kill-completions-buffer nil t))
             (read-from-minibuffer prompt initial-input keymap