Selaa lähdekoodia

Do not push mark in minibuffer

master
10sr 4 vuotta sitten
vanhempi
commit
32a62a6b50
Allekirjoittanut: 10sr GPG Key ID: 7BEC428194130EB2
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Näytä tiedosto

@@ -540,7 +540,8 @@ Otherwize hook it."
))
(add-hook 'switch-buffer-functions
(lambda (&rest _)
(unless (mark t)
(unless (or (mark t)
(minibufferp))
(push-mark))))

(when (fboundp 'back-button-mode)


Ladataan…
Peruuta
Tallenna