Skip to content

Commit

Permalink
remove deprecations.... to satisfy linter ... hmmm
Browse files Browse the repository at this point in the history
Signed-off-by: Psionik K <[email protected]>
  • Loading branch information
psionic-k committed Nov 17, 2023
1 parent bee0c04 commit 642ec38
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions command-log.el
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,6 @@ Prefix argument will KILL buffer."
(with-current-buffer buffer
(erase-buffer)))))

(declare-function 'clm/command-log-clear "command-log-mode" ())
(define-obsolete-function-alias 'clm/command-log-clear #'command-log-clear "0.2.0")

;;;###autoload
(defun command-log-toggle-show-all (&optional arg)
"Override `command-log-filter-commands' and show everything.
Expand Down Expand Up @@ -519,11 +516,6 @@ Clears the command log buffer after saving."
(when (y-or-n-p "Erase buffer?")
(erase-buffer))))))

(declare-function 'clm/save-command-log "command-log-mode" ())
(define-obsolete-function-alias
'command-log-save-command-log #'command-log-save "0.2.0")
(define-obsolete-function-alias 'clm/save-command-log #'command-log-save "0.2.0")

(defun command-log--line-time (start _end)
"Return time at START as [timestamp].
END is ignored"
Expand Down

0 comments on commit 642ec38

Please sign in to comment.