Updated dev notes.
[elpher.git] / elpher.el
index ea95aee..6abd470 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -4,7 +4,7 @@
 
 ;; Author: Tim Vaughan <tgvaughan@gmail.com>
 ;; Created: 11 April 2019
-;; Version: 1.4.6
+;; Version: 1.4.7
 ;; Keywords: comm gopher
 ;; Homepage: https://github.com/tgvaughan/elpher
 ;; Package-Requires: ((emacs "26"))
@@ -63,7 +63,7 @@
 ;;; Global constants
 ;;
 
-(defconst elpher-version "1.4.6"
+(defconst elpher-version "1.4.7"
   "Current version of elpher.")
 
 (defconst elpher-margin-width 6
@@ -306,7 +306,7 @@ unless PRESERVE-PARENT is non-nil."
     (let* ((address (elpher-node-address node))
            (type (elpher-address-type address))
            (type-record (alist-get type elpher-type-map)))
-      (if (listp type-record)
+      (if type-record
           (funcall (car type-record))
         (elpher-visit-parent-node)
         (error "Unsupported gopher selector type '%c'" type)))))