From: Juanma Barranquero Date: Sat, 1 Mar 2014 01:32:42 +0000 (+0100) Subject: lisp/frame.el: Remove a couple of obsolete FIXME comments. X-Git-Tag: emacs-24.3.90~333 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c410a9b800eeb93c58945dec0387697108ad5e2;p=emacs.git lisp/frame.el: Remove a couple of obsolete FIXME comments. --- diff --git a/lisp/frame.el b/lisp/frame.el index 59e4d67b769..4f189a82289 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -610,7 +610,6 @@ The functions are run with one arg, the newly created frame.") (define-obsolete-function-alias 'new-frame 'make-frame "22.1") (defvar frame-inherited-parameters '() - ;; FIXME: Shouldn't we add `font' here as well? "Parameters `make-frame' copies from the `selected-frame' to the new frame.") (defvar x-display-name) @@ -1374,7 +1373,7 @@ frame's display)." (with-no-warnings (not (null dos-windows-version)))) ((memq frame-type '(x w32 ns)) - t) ;; FIXME? + t) (t nil))))