-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; ement-api.el --- Matrix API library -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2022 Free Software Foundation, Inc. | ||
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. | ||
|
||
;; Author: Adam Porter <[email protected]> | ||
;; Maintainer: Adam Porter <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; ement-directory.el --- Public room directory support -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2022 Free Software Foundation, Inc. | ||
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. | ||
|
||
;; Author: Adam Porter <[email protected]> | ||
;; Maintainer: Adam Porter <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; ement-lib.el --- Library of Ement functions -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2022 Free Software Foundation, Inc. | ||
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. | ||
|
||
;; Author: Adam Porter <[email protected]> | ||
;; Maintainer: Adam Porter <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; ement-macros.el --- Ement macros -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2022 Free Software Foundation, Inc. | ||
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. | ||
|
||
;; Author: Adam Porter <[email protected]> | ||
;; Maintainer: Adam Porter <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; ement-notify.el --- Notifications for Ement events -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2022 Free Software Foundation, Inc. | ||
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. | ||
|
||
;; Author: Adam Porter <[email protected]> | ||
;; Maintainer: Adam Porter <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; ement-room-list.el --- List Ement rooms -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2022 Free Software Foundation, Inc. | ||
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. | ||
|
||
;; Author: Adam Porter <[email protected]> | ||
;; Maintainer: Adam Porter <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; ement-room.el --- Ement room buffers -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2022 Free Software Foundation, Inc. | ||
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. | ||
|
||
;; Author: Adam Porter <[email protected]> | ||
;; Maintainer: Adam Porter <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; ement-structs.el --- Ement structs -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2022 Free Software Foundation, Inc. | ||
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. | ||
|
||
;; Author: Adam Porter <[email protected]> | ||
;; Maintainer: Adam Porter <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; ement-tabulated-room-list.el --- Ement tabulated room list buffer -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2022 Free Software Foundation, Inc. | ||
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. | ||
|
||
;; Author: Adam Porter <[email protected]> | ||
;; Maintainer: Adam Porter <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; ement.el --- Matrix client -*- lexical-binding: t; -*- | ||
|
||
;; Copyright (C) 2022 Free Software Foundation, Inc. | ||
;; Copyright (C) 2022-2023 Free Software Foundation, Inc. | ||
|
||
;; Author: Adam Porter <[email protected]> | ||
;; Maintainer: Adam Porter <[email protected]> | ||
|