You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/xrdb-mode/files/xrdb-mode-3.0-backquotes.patch

16 lines
355 B

--- a/xrdb-mode.el
+++ b/xrdb-mode.el
@@ -178,9 +178,9 @@
(defmacro xrdb-safe (&rest body)
"Safely execute BODY, return nil if an error occurred."
- (` (condition-case nil
- (progn (,@ body))
- (error nil))))
+ `(condition-case nil
+ (progn ,@ body)
+ (error nil)))
(defsubst xrdb-skip-to-separator ()
"Skip forward.