* startup.el (command-line-x-option-alist): -nb => -nbi

This commit is contained in:
Jan Djärv 2005-10-12 14:22:36 +00:00
parent 1b3b0b5f0b
commit c755acf3df
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* startup.el (command-line-x-option-alist): -nb => -nbi
2005-10-12 Kim F. Storm <storm@cua.dk>
* startup.el (fancy-splash-default-action): Discard mouse click in

View file

@ -121,7 +121,7 @@ This is normally copied from `default-directory' when Emacs starts.")
("-bg" 1 x-handle-switch background-color)
("-background" 1 x-handle-switch background-color)
("-ms" 1 x-handle-switch mouse-color)
("-nb" 0 x-handle-switch icon-type nil)
("-nbi" 0 x-handle-switch icon-type nil)
("-iconic" 0 x-handle-iconic)
("-xrm" 1 x-handle-xrm-switch)
("-cr" 1 x-handle-switch cursor-color)