Accepting request 1114545 from home:MargueriteSu:branches:M17N
- set-face-underline-p is an alias to set-face-underline and was deprecated since emacs 24.3 OBS-URL: https://build.opensuse.org/request/show/1114545 OBS-URL: https://build.opensuse.org/package/show/M17N/uim?expand=0&rev=69
This commit is contained in:
parent
954e49184a
commit
98023edad6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 21 19:10:28 UTC 2023 - Marguerite Su <i@marguerite.su>
|
||||
|
||||
- set-face-underline-p is an alias to set-face-underline
|
||||
and was deprecated since emacs 24.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 15:36:02 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
3
uim.spec
3
uim.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package uim
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -149,6 +149,7 @@ popd
|
||||
# GNU Emacs:
|
||||
install -m 644 $RPM_SOURCE_DIR/suse-start-uim.el %{buildroot}%{_datadir}/emacs/site-lisp/
|
||||
pushd %{buildroot}%{_datadir}/emacs/site-lisp/uim-el
|
||||
sed -i 's/set-face-underline-p/set-face-underline/g' ./uim-var.el
|
||||
for i in $(find . -name "*.el")
|
||||
do
|
||||
emacs -no-site-file -q -batch -eval '(setq load-path (cons "." load-path))' -f batch-byte-compile $i
|
||||
|
Loading…
Reference in New Issue
Block a user