diff options
Diffstat (limited to 'lisp/url/url-expand.el')
-rw-r--r-- | lisp/url/url-expand.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/url/url-expand.el b/lisp/url/url-expand.el index 05088e3cac8..4e737e965dd 100644 --- a/lisp/url/url-expand.el +++ b/lisp/url/url-expand.el @@ -19,6 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. +;;; Commentary: + ;;; Code: (require 'url-methods) |