Skip to content

Commit

Permalink
Built-in files auto-update: Mon May 3 19:32:32 UTC 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
emacspace authored and smile13241324 committed May 3, 2021
1 parent 220536f commit a2dc0c1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
;; Created: Tue Mar 5 16:30:45 1996
;; Version: 0
;; Package-Requires: ((frame-fns "0"))
;; Last-Updated: Thu Mar 18 09:11:08 2021 (-0700)
;; Last-Updated: Thu Apr 22 09:05:03 2021 (-0700)
;; By: dradams
;; Update #: 3187
;; Update #: 3188
;; URL: https://www.emacswiki.org/emacs/download/frame-cmds.el
;; Doc URL: https://emacswiki.org/emacs/FrameModes
;; Doc URL: https://www.emacswiki.org/emacs/OneOnOneEmacs
Expand Down Expand Up @@ -1248,7 +1248,7 @@ BUFFER may be a buffer or its name (a string)."
"Delete all frames except FRAME (default: selected frame).
Interactively, use a prefix arg (`\\[universal-argument]') to be prompted for FRAME."
(interactive (list (if current-prefix-arg
(get-a-frame (read-frame "Frame to make invisible: "))
(get-a-frame (read-frame "Frame to delete: "))
(selected-frame))))
(when frame
(dolist (fr (frame-list))
Expand Down

0 comments on commit a2dc0c1

Please sign in to comment.