diff lisp/net/hmac-md5.el @ 107390:bb307bf2e752

Fix keywords. * finder.el (finder-compile-keywords): Replace `princ' with `prin1' on a list of symbols interned from keyword strings. * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains a comma, then split keywords using a comma and optional whitespace. Otherwise, split by whitespace. * complete.el: * face-remap.el: * log-view.el: * net/hmac-def.el: * net/hmac-md5.el: * net/netrc.el: * progmodes/mixal-mode.el: Fix keywords.
author Juri Linkov <juri@jurta.org>
date Sun, 14 Mar 2010 23:15:02 +0200
parents ffae6d506d37
children 8d09094063d0
line wrap: on
line diff
--- a/lisp/net/hmac-md5.el	Sat Mar 13 21:33:54 2010 +0100
+++ b/lisp/net/hmac-md5.el	Sun Mar 14 23:15:02 2010 +0200
@@ -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, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5
+;; Keywords: HMAC, RFC2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5
 
 ;; This file is part of GNU Emacs.