チケット #38859

Fix old style quotes

登録: 2019-01-13 09:35 最終更新: 2019-01-13 09:35

報告者:
(匿名)
担当者:
(未割り当て)
チケットの種類:
状況:
オープン
コンポーネント:
(未割り当て)
マイルストーン:
(未割り当て)
優先度:
5 - 中
重要度:
5 - 中
解決法:
なし
ファイル:
なし

詳細

One line 230, old style quotes are used and no longer work with Emacs 27. I'm using the Melpa version, and not sure if this is the version to modify, but here's the offending macro:

;; Utilities (defmacro as-safe (&rest body)

"Safely execute BODY, return nil if an error occurred." ( (condition-case nil

(progn (,@ body))

(error nil))))

becomes:

;; Utilities (defmacro as-safe (&rest body)

"Safely execute BODY, return nil if an error occurred." (condition-case nil
(progn (,@ body))
(error nil)))

チケットの履歴 (1 件中 1 件表示)

2019-01-13 09:35 更新者: None
  • 新しいチケット "Fix old style quotes" が作成されました

添付ファイルリスト

添付ファイルはありません

編集

ログインしていません。ログインしていない状態では、コメントに記載者の記録が残りません。 » ログインする