diff options
| author | Stefan Kangas | 2022-08-16 13:31:49 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-16 13:31:49 +0200 |
| commit | f25c8126cea90355701644e4e0aebfceafb5c865 (patch) | |
| tree | a59fa80633e6e3422ef0cf03c5e048aa0fbe41e9 /lisp/erc | |
| parent | 780c525d11a6d3ade3b85a1a0583f241311036df (diff) | |
| download | emacs-f25c8126cea90355701644e4e0aebfceafb5c865.tar.gz emacs-f25c8126cea90355701644e4e0aebfceafb5c865.zip | |
; Don't mention obsolete libraries
* lisp/erc/erc-speedbar.el:
* etc/TODO (https): Don't mention obsolete libraries.
Diffstat (limited to 'lisp/erc')
| -rw-r--r-- | lisp/erc/erc-speedbar.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/erc/erc-speedbar.el b/lisp/erc/erc-speedbar.el index 19113c5aad0..11979a01301 100644 --- a/lisp/erc/erc-speedbar.el +++ b/lisp/erc/erc-speedbar.el | |||
| @@ -31,8 +31,7 @@ | |||
| 31 | ;; * Write intelligent update function: | 31 | ;; * Write intelligent update function: |
| 32 | ;; update-channel, update-nick, remove-nick-from-channel, ... | 32 | ;; update-channel, update-nick, remove-nick-from-channel, ... |
| 33 | ;; * Use indicator-strings for op/voice | 33 | ;; * Use indicator-strings for op/voice |
| 34 | ;; * Extract/convert face notes field from bbdb if available and show | 34 | ;; * Extract/convert face notes field from bbdb if available |
| 35 | ;; it using sb-image.el | ||
| 36 | ;; | 35 | ;; |
| 37 | ;;; Code: | 36 | ;;; Code: |
| 38 | 37 | ||