Correct quotation of lambda
OBS-URL: https://build.opensuse.org/package/show/M17N/uim?expand=0&rev=65
This commit is contained in:
parent
6c0e9132bf
commit
994cd41562
@ -10,6 +10,6 @@ displayed at the echo area.")
|
|||||||
|
|
||||||
;; don't load uim-leim immediately, see
|
;; don't load uim-leim immediately, see
|
||||||
;; http://bugzilla.novell.com/show_bug.cgi?id=436245
|
;; http://bugzilla.novell.com/show_bug.cgi?id=436245
|
||||||
(add-hook 'emacs-startup-hook '(lambda () (load "uim-el/uim-leim" nil t)))
|
(add-hook 'emacs-startup-hook #'(lambda () (load "uim-el/uim-leim" nil t)))
|
||||||
|
|
||||||
;; /usr/share/emacs/site-lisp/suse-start-uim-el.el ends here
|
;; /usr/share/emacs/site-lisp/suse-start-uim.el ends here
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 14 09:48:06 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Correct quotation of the anonymous function "(lambda)"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 10 13:35:33 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
Thu Dec 10 13:35:33 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
2
uim.spec
2
uim.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package uim
|
# spec file for package uim
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user