Skip to content

Commit

Permalink
migration: Mention conservative-history-movement-p.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Dec 11, 2023
1 parent 8b68eb9 commit b24e10d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/migration.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ major versions."
(:p "Deprecated since it is now handled by " (:nxref :function 'ffi-height) ".")

(external-editor-program)
(:p "Deprecated support for lists as a value. Strings are the only valid values."))
(:p "Deprecated support for lists as a value. Strings are the only valid values.")

(conservative-history-movement-p)
(:p "Deprecated in favor of " (:nxref :slot 'global-history-p :class-name 'buffer) "."))

(define-migration "3"
(%slot-default)
Expand Down

0 comments on commit b24e10d

Please sign in to comment.