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:
Stefan Kangas 2024-06-21 20:04:58 +02:00
parent 052d2cd258
commit 31e3d5fe9b

View file

@ -260,7 +260,7 @@ and VALUE is the value which is given to that frame parameter
("--reverse-video" 0 x-handle-switch reverse t)
("--font" 1 x-handle-switch font)
("--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)
("--background-color" 1 x-handle-switch background-color)
("--mouse-color" 1 x-handle-switch mouse-color)