diff options
| author | USAMI Kenta | 2026-01-05 02:55:13 +0900 |
|---|---|---|
| committer | Eli Zaretskii | 2026-01-17 15:32:15 +0200 |
| commit | c68c5fbe14657060381bc6069b7d5a2be3ee4fea (patch) | |
| tree | bf9582aa311763ecaaeddc61c5c96fcdf4a9d80f /lisp/mail/yenc.el | |
| parent | 4efc4dcf301ee9118af626f5ad13103c5ea78669 (diff) | |
| download | emacs-master.tar.gz emacs-master.zip | |
* lisp/editorconfig-tools.el:
* lisp/emacs-lisp/shorthands.el:
* lisp/info-xref.el:
* lisp/international/quail.el:
* lisp/international/rfc1843.el:
* lisp/mail/ietf-drums.el:
* lisp/mail/rfc2047.el:
* lisp/mail/yenc.el:
* lisp/net/pop3.el:
* lisp/net/sasl-scram-sha256.el:
* lisp/net/shr-color.el:
* lisp/progmodes/grep.el:
* lisp/scroll-bar.el:
* lisp/textmodes/emacs-news-mode.el:
* lisp/textmodes/reftex-auc.el:
* lisp/textmodes/reftex-dcr.el:
* lisp/textmodes/reftex-global.el:
* lisp/textmodes/reftex-sel.el:
* lisp/url/url-dav.el:
* lisp/vc/vc-src.el:
* lisp/xwidget.el:
* lisp/yank-media.el: Remove redundant (require 'cl-lib).
(Bug#80129)
Diffstat (limited to 'lisp/mail/yenc.el')
| -rw-r--r-- | lisp/mail/yenc.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/mail/yenc.el b/lisp/mail/yenc.el index fe3315a226f..88e56c7dc67 100644 --- a/lisp/mail/yenc.el +++ b/lisp/mail/yenc.el | |||
| @@ -32,8 +32,6 @@ | |||
| 32 | 32 | ||
| 33 | ;;; Code: | 33 | ;;; Code: |
| 34 | 34 | ||
| 35 | (eval-when-compile (require 'cl-lib)) | ||
| 36 | |||
| 37 | (defconst yenc-begin-line | 35 | (defconst yenc-begin-line |
| 38 | "^=ybegin.*$") | 36 | "^=ybegin.*$") |
| 39 | 37 | ||