diff options
author | Yuuki Harano <masm+github@masm11.me> | 2021-06-13 17:34:06 +0900 |
---|---|---|
committer | Yuuki Harano <masm+github@masm11.me> | 2021-06-13 17:34:06 +0900 |
commit | 7d5e94bada09e642a8bfc4f66804f7948bad40bc (patch) | |
tree | 38629672102b31bb38a855f24d4dd009e212c10d /lisp/emacs-lisp/eieio-custom.el | |
parent | 7673b6b9eb0af3add73e1614a466f142092b00aa (diff) | |
parent | dc471feee3bcac872cc52cdc73282955cd2d219d (diff) | |
download | emacs-7d5e94bada09e642a8bfc4f66804f7948bad40bc.tar.gz emacs-7d5e94bada09e642a8bfc4f66804f7948bad40bc.tar.bz2 emacs-7d5e94bada09e642a8bfc4f66804f7948bad40bc.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'lisp/emacs-lisp/eieio-custom.el')
-rw-r--r-- | lisp/emacs-lisp/eieio-custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eieio-custom.el b/lisp/emacs-lisp/eieio-custom.el index 8257f7a4bae..d7d078b2d94 100644 --- a/lisp/emacs-lisp/eieio-custom.el +++ b/lisp/emacs-lisp/eieio-custom.el @@ -46,7 +46,7 @@ :documentation "A string for testing custom. This is the next line of documentation.") (listostuff :initarg :listostuff - :initform ("1" "2" "3") + :initform '("1" "2" "3") :type list :custom (repeat (string :tag "Stuff")) :label "List of Strings" |