gnu: emacs-next-minimal: Update to 30.0.50-2.170c655.
* gnu/packages/emacs.scm (emacs-next-minimal): Update to 30.0.50-2.170c655. * gnu/packages/aux-files/emacs/comp-integrity.el: Adjust accordingly.
This commit is contained in:
parent
7f3f70eedb
commit
84e125eb27
@ -89,7 +89,10 @@
|
||||
(expect-native mouse-wheel-change-button)
|
||||
(expect-native advice-function-mapc)
|
||||
(expect-native comment-string-strip)
|
||||
(expect-native obarray-make)
|
||||
(if (>= emacs-major-version 30)
|
||||
(expect-builtin obarray-make)
|
||||
(expect-native obarray-make))
|
||||
(expect-native obarray-map)
|
||||
(expect-native oclosure-type)
|
||||
(expect-native forward-page)
|
||||
(expect-native sentence-end)
|
||||
|
@ -549,8 +549,8 @@ editor (with wide ints)" )
|
||||
#~(cons "--with-wide-int" #$flags))))))
|
||||
|
||||
(define-public emacs-next-minimal
|
||||
(let ((commit "9d27b95b263473fb41a30e3f6ea5607c99e93a61")
|
||||
(revision "1"))
|
||||
(let ((commit "170c6557922dad7e6e9bc0d6dadf6c080108fd42")
|
||||
(revision "2"))
|
||||
(package
|
||||
(inherit emacs-minimal)
|
||||
(name "emacs-next-minimal")
|
||||
@ -563,7 +563,7 @@ editor (with wide ints)" )
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "00mwpq1msr3jij281w5piqmbwq968xr8dn9hqbf4r947ck754kn9"))
|
||||
(base32 "04carva3b6h9fnlzazrsxsj41hcnjc26kxjij07l159azi40l6sk"))
|
||||
(patches
|
||||
(search-patches "emacs-next-exec-path.patch"
|
||||
"emacs-fix-scheme-indent-function.patch"
|
||||
|
Loading…
x
Reference in New Issue
Block a user