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-privacy.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-privacy.el')
-rw-r--r-- | lisp/url/url-privacy.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/url/url-privacy.el b/lisp/url/url-privacy.el index d926775c48d..58ae6efbfc1 100644 --- a/lisp/url/url-privacy.el +++ b/lisp/url/url-privacy.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-vars) |