Browse Source

Fixed defcustom

Samuel W. Flint 7 years ago
parent
commit
b825b25db1
1 changed files with 1 additions and 1 deletions
  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)