Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version -> 0.8.201
  • Loading branch information
zevlg committed Oct 31, 2023
1 parent 7221032 commit ba5c8af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion telega-chat.el
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,10 @@ new Chat buffers.")
'read-only t
'front-sticky t

'cursor-intangible t
;; NOTE: aux prompt might have buttons to press, so don't make it
;; intangible, see https://t.me/emacs_telega/42381
'cursor-intangible nil

'field 'telega-prompt)

(defun telega-chatbuf--first-msg ()
Expand Down
4 changes: 2 additions & 2 deletions telega.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
;; Keywords: comm
;; Package-Requires: ((emacs "27.1") (visual-fill-column "1.9") (rainbow-identifiers "0.2.2"))
;; URL: https://github.com/zevlg/telega.el
;; Version: 0.8.200
(defconst telega-version "0.8.200")
;; Version: 0.8.201
(defconst telega-version "0.8.201")
(defconst telega-server-min-version "0.7.7")
(defconst telega-tdlib-min-version "1.8.18")
(defconst telega-tdlib-max-version nil)
Expand Down

0 comments on commit ba5c8af

Please sign in to comment.