From 994cd41562432d4e5dc1efb473497de0440fef3236710c90d4e28841be8db82b Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 14 Oct 2021 09:50:51 +0000 Subject: [PATCH] Correct quotation of lambda OBS-URL: https://build.opensuse.org/package/show/M17N/uim?expand=0&rev=65 --- suse-start-uim.el | 4 ++-- uim.changes | 5 +++++ uim.spec | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/suse-start-uim.el b/suse-start-uim.el index e071f72..5dba8f3 100644 --- a/suse-start-uim.el +++ b/suse-start-uim.el @@ -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 diff --git a/uim.changes b/uim.changes index 5b4b6f2..f3412b9 100644 --- a/uim.changes +++ b/uim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 14 09:48:06 UTC 2021 - Dr. Werner Fink + +- Correct quotation of the anonymous function "(lambda)" + ------------------------------------------------------------------- Thu Dec 10 13:35:33 UTC 2020 - Antonio Larrosa diff --git a/uim.spec b/uim.spec index bbc96b3..7f6cc1a 100644 --- a/uim.spec +++ b/uim.spec @@ -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