branch: main
commit b2af9e58b754b18873cd91f36ea785c48417a5d4
Merge: 5489ef29 4733d111
Author: Tassilo Horn <[email protected]>
Commit: Tassilo Horn <[email protected]>
Merge branch 'master' into elpa
---
prv-xemacs.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/prv-xemacs.el b/prv-xemacs.el
index ce89a1de..b4b22f7a 100644
--- a/prv-xemacs.el
+++ b/prv-xemacs.el
@@ -41,8 +41,8 @@
(when (featurep 'xemacs)
(push
(if (fboundp name)
- (cons name (symbol-function name))
- name)
+ (cons name (symbol-function name))
+ name)
preview-compatibility-macros)
`(eval-when-compile (defmacro ,name ,@rest))))
(push 'preview-defmacro preview-compatibility-macros))