Skip to content

Commit

Permalink
transient-prefix: Remove unused variable slot
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Dec 17, 2024
1 parent a99dcda commit be2189a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,6 @@ If `transient-save-history' is nil, then do nothing."
((prototype :initarg :prototype)
(command :initarg :command)
(level :initarg :level)
(variable :initarg :variable :initform nil)
(init-value :initarg :init-value)
(value) (default-value :initarg :value)
(scope :initarg :scope :initform nil)
Expand Down

0 comments on commit be2189a

Please sign in to comment.