diff options
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 76c1842455c..e501daefb4c 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1071,7 +1071,7 @@ is given and non-nil, the unwanted frames are iconified instead." (when mini (setq parms (delq mini parms))) ;; Leave name in iff it was set explicitly. ;; This should fix the behavior reported in - ;; http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01632.html + ;; https://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01632.html (when (and name (not explicit-name)) (setq parms (delq name parms))) parms)) |