1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00
emacs/lisp/mh-e
Basil L. Contovounesios 331ddd803a Address some --without-x byte-compilation warnings
These came to light in the contexts of bug#29713 and bug#47234.

* lisp/emulation/edt-mapper.el (edt-xserver):
* lisp/emulation/edt.el (edt-xserver):
* lisp/gnus/gnus-util.el (gnus-rescale-image):
* lisp/gnus/nnimap.el (nnimap-map-port):
* lisp/term/w32-win.el:
* lisp/image.el (image--get-imagemagick-and-warn):
* lisp/frame.el (frame-notice-user-settings): Declare functions that
are known to be present at runtime in GUI builds.
(make-frame-on-display): Signal more informative error when called
interactively in a non-GUI build (bug#29713).
* lisp/international/mule-diag.el (describe-font):
* lisp/org/org-macs.el (org--string-from-props): Pacify warnings
about unknown functions in non-GUI bilds.
* lisp/mh-e/mh-mime.el (mh-small-image-p): Avoid eliminating fboundp
check in non-GUI builds, to pacify unused lexical variable warning.
* lisp/net/newst-plainview.el (newsticker--plainview-tool-bar-map):
* lisp/net/newst-treeview.el (newsticker-treeview-tool-bar-map):
Declare tool-bar-map as a special variable in non-GUI builds.
2021-03-26 17:35:34 +00: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 Convert many more links to use HTTPS 2021-03-24 10:20:18 +01: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 Replace "(default %s)" with 'format-prompt' 2021-03-24 10:31:31 +01: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/: Take advice-remove of the newly enabled lexical-binding 2021-03-26 11:28:03 -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 Replace "(default %s)" with 'format-prompt' 2021-03-24 10:31:31 +01: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 Address some --without-x byte-compilation warnings 2021-03-26 17:35:34 +00: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 Replace "(default %s)" with 'format-prompt' 2021-03-24 10:31:31 +01: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 Replace "(default %s)" with 'format-prompt' 2021-03-24 10:31:31 +01:00
mh-xface.el Convert many more links to use HTTPS 2021-03-24 10:20:18 +01:00