summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2010-11-23 21:31:54 +0100
committerDavid Maus <dmaus@ictsoc.de>2010-11-23 21:31:54 +0100
commit6e3f1e11752427ed6671827f47a4125f6209be96 (patch)
treeb57f9c01779f76319f001bd9fc5df3c4717ad87f
parent950bea36f8321b4ffdadd7c435619277bbcf201d (diff)
downloadorg-mode-6e3f1e11752427ed6671827f47a4125f6209be96.tar.gz
Fix condition for with-silent-modification
* org-macs.el (with-silent-modifications): Fix condition for with-silent-modification.
-rw-r--r--lisp/org-macs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-macs.el b/lisp/org-macs.el
index c63b1b0..5ea2d43 100644
--- a/lisp/org-macs.el
+++ b/lisp/org-macs.el
@@ -49,7 +49,7 @@
(with-no-warnings (called-interactively-p ,kind)) ;; defined with no argument in <=23.1
(interactive-p))))
-(if (or (<= emacs-major-version 23)
+(if (or (< emacs-major-version 23)
(and (<= emacs-major-version 23)
(< emacs-minor-version 2)))
(defmacro with-silent-modifications