* bug#11692: (featurep 'xemacs) not protecting against warnings
@ 2012-06-13 11:23 Juanma Barranquero
2012-06-13 13:17 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: Juanma Barranquero @ 2012-06-13 11:23 UTC (permalink / raw)
To: 11692
Package: emacs
Version: 24.1.50
Severity: minor
New "not known to be defined" warnings are thrown for some (not all)
unknown functions protected with
(if (featurep 'xemacs) (xemacs-func) (emacs-func))
or
(cond ((featurep 'xemacs) (xemacs-func))
(t (emacs-func)))
Some examples:
emulation/edt-mapper.el:550:1:Warning: the function `console-type' is not
known to be defined.
emulation/tpu-mapper.el:168:48:Warning: the function `event-key' is not known
to be defined.
vc/ediff-hook.el:263:1:Warning: the following functions are not known to be
defined: add-submenu, add-menu-button, ediff-xemacs-init-menus
vc/ediff-init.el:1828:1:Warning: the following functions are not known to be
defined: device-type, selected-device
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-13 13:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13 11:23 bug#11692: (featurep 'xemacs) not protecting against warnings Juanma Barranquero
2012-06-13 13:17 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.