Autoload excursion-wrapper as well

master
Elis Axelsson 10 years ago
parent 6fc40659c5
commit d4357d75c0
  1. 2
      webpaste.el

@ -189,7 +189,7 @@ When we run out of providers to try, it will restart since
(webpaste-paste-region))) ; Paste region (webpaste-paste-region))) ; Paste region
;; Define wrapper for save-excursion / save-mark-and-excursion ;;;###autoload
(defmacro webpaste-save-mark-and-excursion (&rest body) (defmacro webpaste-save-mark-and-excursion (&rest body)
"Wraps usage of sending BODY to ‘save-mark-and-excursion’ / ‘save-excursion’." "Wraps usage of sending BODY to ‘save-mark-and-excursion’ / ‘save-excursion’."
(if (< emacs-major-version 25) (if (< emacs-major-version 25)

Loading…
Cancel
Save