mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 19:00:55 -08:00
Fix emacs --geometry flag on macOS
* lisp/startup.el (command-line-ns-option-alist): Fix --geometry flag on macOS. (Bug#71669)
This commit is contained in:
parent
052d2cd258
commit
31e3d5fe9b
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ and VALUE is the value which is given to that frame parameter
|
||||||
("--reverse-video" 0 x-handle-switch reverse t)
|
("--reverse-video" 0 x-handle-switch reverse t)
|
||||||
("--font" 1 x-handle-switch font)
|
("--font" 1 x-handle-switch font)
|
||||||
("--internal-border" 1 x-handle-numeric-switch internal-border-width)
|
("--internal-border" 1 x-handle-numeric-switch internal-border-width)
|
||||||
;; ("--geometry" 1 ns-handle-geometry)
|
("--geometry" 1 x-handle-geometry)
|
||||||
("--foreground-color" 1 x-handle-switch foreground-color)
|
("--foreground-color" 1 x-handle-switch foreground-color)
|
||||||
("--background-color" 1 x-handle-switch background-color)
|
("--background-color" 1 x-handle-switch background-color)
|
||||||
("--mouse-color" 1 x-handle-switch mouse-color)
|
("--mouse-color" 1 x-handle-switch mouse-color)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue