1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-16 02:50:26 -08:00
emacs/lisp/calc
Miha Rihtaršič 0a93fb499b Set minibuffer-completion-* variables locally in more places
* lisp/calc/calc-store.el (calc-read-var-name):
* lisp/emacs-lisp/crm.el (completing-read-multiple):
* lisp/progmodes/cc-styles.el (c-read-offset):
* lisp/window.el (read-buffer-to-switch):
Set `minibuffer-completion-*` variables buffer-locally instead of
using a global let-binding (bug#48925).

Follow-up to commit
2021-05-01 "* lisp/minibuffer.el (completing-read-default): Fix bug#45474"
2021-11-11 06:16:52 +01:00
..
calc-aent.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
calc-alg.el
calc-arith.el
calc-bin.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
calc-comb.el
calc-cplx.el
calc-embed.el
calc-ext.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
calc-fin.el
calc-forms.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
calc-frac.el
calc-funcs.el
calc-graph.el Fix byte-compilation warnings 2021-09-11 17:17:34 +02:00
calc-help.el Include the major mode name in the `C-h b' output 2021-11-01 01:44:01 +01:00
calc-incom.el
calc-keypd.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
calc-lang.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
calc-macs.el
calc-map.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
calc-math.el Calc: mend math-nth-root-float (bug#51209) 2021-10-15 12:14:05 +02:00
calc-menu.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
calc-misc.el ; Minor stylistic fixes found by checkdoc 2021-09-16 19:37:07 +02:00
calc-mode.el
calc-mtx.el
calc-nlfit.el
calc-poly.el ; More minor stylistic fixes found by checkdoc 2021-09-22 20:26:40 +02:00
calc-prog.el Merge from origin/emacs-28 2021-10-05 07:50:22 -07:00
calc-rewr.el
calc-rules.el
calc-sel.el
calc-stat.el
calc-store.el Set minibuffer-completion-* variables locally in more places 2021-11-11 06:16:52 +01:00
calc-stuff.el
calc-trail.el
calc-undo.el
calc-units.el Use format-prompt for many more prompts 2021-10-05 03:44:56 +02:00
calc-vec.el
calc-yank.el
calc.el Mark def* macros for indentation 2021-10-13 21:52:57 +02:00
calcalg2.el Use string-search instead of string-match[-p] 2021-08-09 11:35:56 +02:00
calcalg3.el Don't use `format' on strings without % format directives 2021-09-21 17:52:53 +02:00
calccomp.el
calcsel2.el