+2008-06-13 Glenn Morris <rgm@gnu.org>
+
+ * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
+
+ * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
+
2008-06-13 Kenichi Handa <handa@m17n.org>
* cus-face.el (custom-face-attributes): Add :foundry.
(defun menu-set-font ()
"Interactively select a font and make it the default."
(interactive)
- (let ((font (if (functionp 'x-select-font)
+ (let ((font (if (fboundp 'x-select-font)
(x-select-font)
(mouse-select-font)))
spec)