Skip to content

Commit

Permalink
migration: Mention external-editor-program.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Nov 13, 2023
1 parent 61c57af commit 74cbe86
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 @@ -124,7 +124,10 @@ major versions."
(:p "Deprecated in favor of " (:nxref :slot 'style :class-name 'message-buffer) ".")

(ffi-window-message-buffer-height)
(:p "Deprecated since it is now handled by " (:nxref :function 'ffi-height) "."))
(: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."))

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

0 comments on commit 74cbe86

Please sign in to comment.