diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-08 17:11:52 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-08 18:18:50 +0200 |
commit | bf8044b9cdf59aaff4d9611d007102272073814f (patch) | |
tree | 06f3ca79fdadc443f92d5fde25b90ba350ab0315 /lisp/obsolete/mh-compat.el | |
parent | c0c5f43f49d429ec63ea73df1f1886f84596cb0a (diff) | |
download | emacs-bf8044b9cdf59aaff4d9611d007102272073814f.tar.gz |
; Unconditionally require built-in libraries
Diffstat (limited to 'lisp/obsolete/mh-compat.el')
-rw-r--r-- | lisp/obsolete/mh-compat.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/mh-compat.el b/lisp/obsolete/mh-compat.el index 2c9d1b73e28..a5be3bd7426 100644 --- a/lisp/obsolete/mh-compat.el +++ b/lisp/obsolete/mh-compat.el @@ -84,7 +84,7 @@ the completions." (define-obsolete-function-alias 'mh-line-end-position #'line-end-position "29.1") -(require 'mailabbrev nil t) +(require 'mailabbrev) (define-obsolete-function-alias 'mh-mail-abbrev-make-syntax-table #'mail-abbrev-make-syntax-table "29.1") |