aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/unicode-tokens.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicode-tokens.el')
-rw-r--r--lib/unicode-tokens.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el
index 64c12791..75082806 100644
--- a/lib/unicode-tokens.el
+++ b/lib/unicode-tokens.el
@@ -1203,10 +1203,10 @@ Commands available are:
(t
(apply 'old-ns-respond-to-change-font args))))
- (defun ns-popup-font-panel ()
+ (defun ns-popup-font-panel (&rest args)
(setq unicode-tokens-respond-to-change-font nil)
(with-no-warnings
- (old-ns-popup-font-panel)))
+ (apply 'old-ns-popup-font-panel args)))
(defun unicode-tokens-popup-font-panel (fontvar)
(setq unicode-tokens-respond-to-change-font fontvar)