X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=50d4e878a1617a6d458c2ab34bf93b08c5150b22;hp=2b24bcf1084517064a566a6e9cf0042d18dd9520;hb=8c20802c5f2262440dadbdca60b7901d09ca022f;hpb=30fb51c374afe4e1c3a6aabe6c669f6b6936a14b diff --git a/elpher.el b/elpher.el index 2b24bcf..50d4e87 100644 --- a/elpher.el +++ b/elpher.el @@ -19,7 +19,7 @@ ;; Author: Tim Vaughan ;; Created: 11 April 2019 -;; Version: 3.0.0 +;; Version: 3.1.0 ;; Keywords: comm gopher ;; Homepage: https://thelambdalab.xyz/elpher ;; Package-Requires: ((emacs "27.1")) @@ -84,7 +84,7 @@ ;;; Global constants ;; -(defconst elpher-version "3.0.0" +(defconst elpher-version "3.1.0" "Current version of elpher.") (defconst elpher-margin-width 6 @@ -587,6 +587,7 @@ previously-visited pages,unless NO-HISTORY is non-nil." (defmacro elpher-with-clean-buffer (&rest args) "Evaluate ARGS with a clean *elpher* buffer as current." + (declare (debug (body))) ;; Allow edebug to step through body `(with-current-buffer elpher-buffer-name (unless (eq major-mode 'elpher-mode) ;; avoid resetting buffer-local variables