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