nsfns.m.
(ns-respond-to-change-font): Change fontsize separatly so we are sure
it is set when font is acted upon.
+2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
+
+ * term/ns-win.el (ns-read-file-name): Update declaration to match
+ nsfns.m.
+ (ns-respond-to-change-font): Change fontsize separatly so we are sure
+ it is set when font is acted upon.
+
2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
Enhancements to indentation.
;; nsterm.m
(declare-function ns-read-file-name "nsfns.m"
- (prompt &optional dir isLoad init))
+ (prompt &optional dir mustmatch init dir_only_p))
;;;; File handling.
`ns-input-fontsize' of new font."
(interactive)
(modify-frame-parameters (selected-frame)
- (list (cons 'font ns-input-font)
- (cons 'fontsize ns-input-fontsize)))
+ (list (cons 'fontsize ns-input-fontsize)))
+ (modify-frame-parameters (selected-frame)
+ (list (cons 'font ns-input-font)))
(set-frame-font ns-input-font))