mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
388de7d749
- Unbreak with emacs23+ [1] - Make portlint happier PR: ports/151195 [1] Submitted by: Takayuki Nakao <t_AT_nakao_DOT_org> (maintainer) [1]
11 lines
354 B
EmacsLisp
11 lines
354 B
EmacsLisp
--- yc.el.orig 2010-09-30 13:22:22.000000000 +0900
|
|
+++ yc.el 2010-09-30 13:26:09.000000000 +0900
|
|
@@ -1736,6 +1736,7 @@
|
|
(error nil))))
|
|
(yc-eval-sexp (car expr)))))
|
|
(setq files (cdr files)))
|
|
+ (message "")
|
|
(if romkana-table
|
|
(setq yc-rH-conv-dic (yc-search-file-first-in-path
|
|
romkana-table (list "." (getenv "HOME")
|