mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00: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
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user