diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-21 11:14:14 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-21 11:14:55 +0200 |
commit | c6eb8df79ef357004b3b1b627c842c5ee2ac6090 (patch) | |
tree | d3d8fdf51b92a31e1c2cbf89b113957ac545f901 /lisp/url/url-expand.el | |
parent | f23c5c3e445385031d46ee56b89fcda1774a2108 (diff) | |
download | emacs-c6eb8df79ef357004b3b1b627c842c5ee2ac6090.tar.gz emacs-c6eb8df79ef357004b3b1b627c842c5ee2ac6090.tar.bz2 emacs-c6eb8df79ef357004b3b1b627c842c5ee2ac6090.zip |
; Minor checkdoc fixes in url/*.el
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) |