aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2011-01-26 21:27:30 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2011-01-26 21:27:30 +0000
commit49151bac191b6088ce6765a3db5448acd2153911 (patch)
tree00b0e47f3ee890b30d241375c63457c101153997 /lib
parentaa10666ee062b25ab1ece29f4b527e944a4e8ee6 (diff)
ns-popup-font-panel: pass through argument list (used in Aquamacs Options menu).
Diffstat (limited to 'lib')
-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)