]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix `emacs --geometry` flag on macOS
authorStefan Kangas <stefankangas@gmail.com>
Fri, 21 Jun 2024 18:04:58 +0000 (20:04 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 21 Jun 2024 19:01:54 +0000 (21:01 +0200)
* lisp/startup.el (command-line-ns-option-alist): Fix --geometry
flag on macOS.  (Bug#71669)

(cherry picked from commit 31e3d5fe9b9ba822bcc86d444298e7cafac01d3c)

lisp/startup.el

index 1ffdf52ea8547b4f9b21fb58ca002155d8c3dd3a..f18795ae6ac29aa9000b1d89ae4908d50148b7b6 100644 (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)