mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * lisp/term/x-win.el (icon-map-list): Fix :type (bug#80982)
This commit is contained in:
parent
f833e560c1
commit
a9064bfdd9
1 changed files with 4 additions and 1 deletions
|
|
@ -1491,7 +1491,10 @@ If you don't want stock icons, set the variable to nil."
|
|||
:type '(choice (const :tag "Don't use stock icons" nil)
|
||||
(repeat (choice symbol
|
||||
(cons (string :tag "Emacs icon")
|
||||
(string :tag "Stock/named")))))
|
||||
(choice
|
||||
(group (string "Named")
|
||||
(string "Stock"))
|
||||
(string :tag "Stock/named"))))))
|
||||
:group 'x)
|
||||
|
||||
(defcustom x-display-cursor-at-start-of-preedit-string nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue