mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-16 04:08:27 +02:00
https://github.com/emacs-helm/helm Emacs incremental completion and selection narrowing framework
26 lines
794 B
Diff
26 lines
794 B
Diff
Patch-Source: https://gitweb.gentoo.org/repo/gentoo.git/tree/app-emacs/helm/files/helm-3.8.8-no-autoload-check.patch
|
|
--
|
|
https://bugs.gentoo.org/800177
|
|
|
|
--- a/emacs-helm.sh
|
|
+++ b/emacs-helm.sh
|
|
@@ -137,19 +137,6 @@ LOAD_PATH=$($EMACS -q -batch --eval "(prin1 load-path)")
|
|
|
|
cd "${0%/*}" || exit 1
|
|
|
|
-# Check if autoload file exists.
|
|
-# It may be in a different directory if emacs-helm.sh is a symlink.
|
|
-TRUENAME=$(find "${0%/*}" -path "$0" -printf "%l")
|
|
-if [ -n "$TRUENAME" ]; then
|
|
- AUTO_FILE="${TRUENAME%/*}/helm-autoloads.el"
|
|
-else
|
|
- AUTO_FILE="helm-autoloads.el"
|
|
-fi
|
|
-if [ ! -e "$AUTO_FILE" ]; then
|
|
- echo No autoloads found, please run make first to generate autoload file
|
|
- exit 1
|
|
-fi
|
|
-
|
|
|
|
cat > $CONF_FILE <<EOF
|
|
(setq initial-scratch-message (concat initial-scratch-message
|