X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/d7aff0d6929c16d15992304dd44c5f528df8f895..f991a50a90ca5317073f01ccff37ff5048b1881e:/lisp/net/quickurl.el diff --git a/lisp/net/quickurl.el b/lisp/net/quickurl.el index 08ae9574a3..7a46485531 100644 --- a/lisp/net/quickurl.el +++ b/lisp/net/quickurl.el @@ -1,6 +1,6 @@ ;;; quickurl.el --- insert a URL based on text at point in buffer -;; Copyright (C) 1999-2013 Free Software Foundation, Inc. +;; Copyright (C) 1999-2016 Free Software Foundation, Inc. ;; Author: Dave Pearson ;; Maintainer: Dave Pearson @@ -97,6 +97,7 @@ (defcustom quickurl-url-file (locate-user-emacs-file "quickurls" ".quickurls") "File that contains the URL list." + :version "24.4" ; added locate-user-emacs-file :type 'file :group 'quickurl)