]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/frame.el: Remove a couple of obsolete FIXME comments.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 1 Mar 2014 01:32:42 +0000 (02:32 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 1 Mar 2014 01:32:42 +0000 (02:32 +0100)
lisp/frame.el

index 59e4d67b769836d0623f7c5118322a892b11ab16..4f189a8228922147f0280a163bda1cff847b8e2a 100644 (file)
@@ -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))))