Skip to content

Commit

Permalink
export attribute-equal
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Oct 1, 2023
1 parent da78e5d commit 88dafde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/display-2.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
(defun attribute-equal-careful-null-and-symbol (a b)
(if (or (null a) (null b))
(and (null a) (null b))
(lem-core::attribute-equal (lem-core:ensure-attribute a)
(lem-core:ensure-attribute b))))
(lem-core:attribute-equal (lem-core:ensure-attribute a)
(lem-core:ensure-attribute b))))

(defun logical-line-equal (a b)
(and (string= (logical-line-string a) (logical-line-string b))
Expand Down
1 change: 1 addition & 0 deletions src/internal-packages.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
:attribute-value
:ensure-attribute
:merge-attribute
:attribute-equal
:set-attribute
:set-attribute-foreground
:set-attribute-background
Expand Down

0 comments on commit 88dafde

Please sign in to comment.