diff --git a/lisp/frame.el b/lisp/frame.el index 3eccb9a5848..cf8aff826c1 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -94,8 +94,9 @@ handles the corresponding kind of display.") "vertical-scroll-bars" "visibility" "wait-for-wm" "width" "z-group") "List of special frame parameters that makes sense to customize.") -(declare-function "widget-field-text-end" "wid-edit") -(declare-function "widget-field-start" "wid-edit") +(declare-function widget-field-text-end "wid-edit") +(declare-function widget-field-start "wid-edit") +(declare-function widget-get "wid-edit") (defun frame--complete-parameter-value (widget) "Provide completion for WIDGET, which holds frame parameter's values."