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:
commit
b4e6655998
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user