diff options
author | Juri Linkov <juri@jurta.org> | 2010-03-08 19:14:53 +0200 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2010-03-08 19:14:53 +0200 |
commit | 9f1707ed87e1df7e3e8083c4976fb8f3c878738e (patch) | |
tree | 93bfd6f368509eaf027fcb24129917fc7aa0e8eb /lisp/net/hmac-def.el | |
parent | 4e7cafbe337f4ea438a2b00a9cfeb84e6d744842 (diff) | |
download | emacs-9f1707ed87e1df7e3e8083c4976fb8f3c878738e.tar.gz |
Fix numeric keywords.
Diffstat (limited to 'lisp/net/hmac-def.el')
-rw-r--r-- | lisp/net/hmac-def.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/hmac-def.el b/lisp/net/hmac-def.el index e388f698100..9cbb919abcc 100644 --- a/lisp/net/hmac-def.el +++ b/lisp/net/hmac-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp> -;; Keywords: HMAC, RFC 2104 +;; Keywords: HMAC, RFC-2104 ;; This file is part of GNU Emacs. |