任务单 #38859

Fix old style quotes

开放日期: 2019-01-13 09:35 最后更新: 2019-01-13 09:35

报告人:
(匿名)
属主:
(无)
类型:
状态:
开启
组件:
(无)
里程碑:
(无)
优先:
5 - Medium
严重性:
5 - Medium
处理结果:
文件:

Details

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 Histories)

2019-01-13 09:35 Updated by: None
  • New Ticket "Fix old style quotes" created

Attachment File List

No attachments

编辑

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » 登录名