]> git.eshelyaron.com Git - emacs.git/commitdiff
Autoload string-blank-p
authorStefan Kangas <stefan@marxist.se>
Tue, 9 Aug 2022 17:49:40 +0000 (19:49 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 9 Aug 2022 19:58:00 +0000 (21:58 +0200)
* lisp/eshell/em-hist.el (subr-x):
* lisp/net/eudc.el (subr-x): Don't require.
* lisp/emacs-lisp/subr-x.el (string-blank-p): Autoload.

lisp/emacs-lisp/subr-x.el
lisp/eshell/em-hist.el
lisp/net/eudc.el

index d5d7bfeb6f5f174f46e98a057aa72fae26ad41ae..b7083bfe7ccea2b402b6d5f96cbc983477bc1fa2 100644 (file)
@@ -118,6 +118,7 @@ the resulting string may be longer than the original if LENGTH is
       (concat "..." (substring string (min (1- strlen)
                                            (max 0 (- strlen length))))))))
 
+;;;###autoload
 (defsubst string-blank-p (string)
   "Check whether STRING is either empty or only whitespace.
 The following characters count as whitespace here: space, tab, newline and
index 1877749c5cff2187ef1811738a0c1a57cd826527..1db239b9f722da978e64ddb3493ab67c3fa369b3 100644 (file)
@@ -55,7 +55,6 @@
 ;;; Code:
 
 (eval-when-compile (require 'cl-lib))
-(eval-when-compile (require 'subr-x)) ; `string-blank-p'
 
 (require 'ring)
 (require 'esh-opt)
index 5cfd4e25ec06c5fc38fbac173b5a1eed85109d8f..eb440ba61444d00e2a1dde5b2748cb8fd9c09341 100644 (file)
@@ -48,7 +48,6 @@
 (require 'wid-edit)
 (require 'cl-lib)
 (require 'eudc-vars)
-(eval-when-compile (require 'subr-x))
 
 ;;{{{      Internal cooking