1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
emacs/lisp/mh-e
Stefan Monnier 667e002e91 * lisp/mh-e: Enable lexical-binding in all the files
* lisp/mh-e/mh-alias.el: Use lexical-binding.
(mh-alias-insert-file): Completion tables can be mere lists of strings.

* lisp/mh-e/mh-mime.el: Use lexical-binding.
(mh-mm-inline-message): Remove always-nil var `visible-headers`.

* lisp/mh-e/mh-search.el: Use lexical-binding.
(mh-search-folder): Remove unused var `pick-folder`.

* lisp/mh-e/mh-show.el: Use lexical-binding.
(mh-display-msg): Remove always-nil var `visible-headers`.

* lisp/mh-e/mh-utils.el: Use lexical-binding.
(completion-root-regexp): Always declare var.

* lisp/mh-e/mh-buffers.el: Use lexical-binding.
* lisp/mh-e/mh-comp.el: Use lexical-binding.
* lisp/mh-e/mh-folder.el: Use lexical-binding.
* lisp/mh-e/mh-funcs.el: Use lexical-binding.
* lisp/mh-e/mh-gnus.el: Use lexical-binding.
* lisp/mh-e/mh-identity.el: Use lexical-binding.
* lisp/mh-e/mh-inc.el: Use lexical-binding.
* lisp/mh-e/mh-junk.el: Use lexical-binding.
* lisp/mh-e/mh-letter.el: Use lexical-binding.
* lisp/mh-e/mh-limit.el: Use lexical-binding.
* lisp/mh-e/mh-print.el: Use lexical-binding.
* lisp/mh-e/mh-scan.el: Use lexical-binding.
* lisp/mh-e/mh-seq.el: Use lexical-binding.
* lisp/mh-e/mh-speed.el: Use lexical-binding.
* lisp/mh-e/mh-thread.el: Use lexical-binding.
* lisp/mh-e/mh-tool-bar.el: Use lexical-binding.
* lisp/mh-e/mh-xface.el: Use lexical-binding.
2021-03-23 01:00:56 -04:00
..
ChangeLog.1 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.2 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
mh-acros.el Prefer declare over a put of list-indent-function. 2021-02-22 11:54:17 -05:00
mh-alias.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-buffers.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-comp.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-compat.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-e.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-folder.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-funcs.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-gnus.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-identity.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-inc.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-junk.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-letter.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-limit.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-mime.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-print.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-scan.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-search.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-seq.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-show.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-speed.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-thread.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-tool-bar.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-utils.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00
mh-xface.el * lisp/mh-e: Enable lexical-binding in all the files 2021-03-23 01:00:56 -04:00