Accepting request 925222 from M17N

- Correct quotation of the anonymous function "(lambda)"

OBS-URL: https://build.opensuse.org/request/show/925222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uim?expand=0&rev=53
This commit is contained in:
Dominique Leuenberger 2021-10-15 21:03:45 +00:00 committed by Git OBS Bridge
commit b4e6655998
3 changed files with 8 additions and 3 deletions

View File

@ -10,6 +10,6 @@ displayed at the echo area.")
;; don't load uim-leim immediately, see
;; 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

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed