Browse Source

org-compat: Fix last commit

* lisp/org-compat.el (org-with-silent-modifications): Remove spurious
  definition introduced in last commit.
Nicolas Goaziou 8 years ago
parent
commit
f2c421d3c0
1 changed files with 0 additions and 5 deletions
  1. 0 5
      lisp/org-compat.el

+ 0 - 5
lisp/org-compat.el

@@ -48,11 +48,6 @@
   (defalias 'xref-find-definitions 'find-tag)
   (defalias 'gui-get-selection 'x-get-selection))
 
-(defmacro org-with-silent-modifications (&rest body)
-  (if (fboundp 'with-silent-modifications)
-      `(with-silent-modifications ,@body)
-    `(org-unmodified ,@body)))
-
 (defun org-compatible-face (inherits specs)
   "Make a compatible face specification.
 If INHERITS is an existing face and if the Emacs version supports it,