emacs/lisp/cedet
Mattias Engdegård 32763dac46 Replace add-to-list to lexical variable with push (bug#39373)
Since 'add-to-list', being a plain function, cannot access lexical
variables, such use must be rewritten for correctness.
(Some instances actually do work thanks to a compiler macro,
but it's not something code should rely on.)

* lisp/autoinsert.el (auto-insert-alist):
* lisp/cedet/mode-local.el (mode-local-print-bindings):
* lisp/net/tramp-cache.el (tramp-flush-connection-properties)
(tramp-list-connections):
* lisp/net/zeroconf.el (zeroconf-list-service-names)
(zeroconf-list-service-types, zeroconf-list-services):
* lisp/org/org.el (org-reload):
* lisp/whitespace.el (whitespace-report-region):
* test/lisp/emacs-lisp/map-tests.el (test-map-do):
Replace add-to-list with push.
2020-02-01 22:27:23 +01:00
..
ede Fix the error message from makefile-move-to-macro 2020-01-17 10:15:23 +02:00
semantic Update copyright year to 2020 2020-01-01 00:59:52 +00:00
srecode Move “Fix some broken conditional forms” to master 2020-01-05 11:50:31 -08:00
cedet-cscope.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cedet-files.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cedet-global.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cedet-idutils.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cedet.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ChangeLog.1 Update copyright year to 2020 2020-01-01 00:59:52 +00:00
data-debug.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ede.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
inversion.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mode-local.el Replace add-to-list to lexical variable with push (bug#39373) 2020-02-01 22:27:23 +01:00
pulse.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
semantic.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
srecode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00