Browse Source

Fixed defcustom

Samuel W. Flint 8 năm trước cách đây
mục cha
commit
b825b25db1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      buffer-sets.el

+ 1 - 1
buffer-sets.el

@@ -53,7 +53,7 @@
   :type 'file :group 'editing)
 
 ;;;###autoload
-(defcustom buffer-set-load-on-start (list)
+(defcustom buffer-sets-load-on-start (list)
   "A list of buffer-sets to load on Emacs start."
   :type '(repeat symbol) :group 'editing)