|
@@ -49,7 +49,7 @@
|
|
(with-no-warnings (called-interactively-p ,kind)) ;; defined with no argument in <=23.1
|
|
(with-no-warnings (called-interactively-p ,kind)) ;; defined with no argument in <=23.1
|
|
(interactive-p))))
|
|
(interactive-p))))
|
|
|
|
|
|
-(if (or (<= emacs-major-version 23)
|
|
|
|
|
|
+(if (or (< emacs-major-version 23)
|
|
(and (<= emacs-major-version 23)
|
|
(and (<= emacs-major-version 23)
|
|
(< emacs-minor-version 2)))
|
|
(< emacs-minor-version 2)))
|
|
(defmacro with-silent-modifications
|
|
(defmacro with-silent-modifications
|