[Emacs] Update github pages index file

This commit is contained in:
Ivan Malison 2016-10-24 15:41:42 -07:00
parent fa06157cfa
commit bbbd1d9749
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 1220 additions and 909 deletions

View File

@ -3078,7 +3078,6 @@ alphanumeric characters only."
(let* ((name (imalison:generate-name datum cache))
(number (+ 1 (gethash name reverse-cache -1)))
(new-name (format "%s%s" name (if (< 0 number) number ""))))
(message "number for %s is %s new-name is %s" name number new-name)
(puthash name number reverse-cache)
(puthash datum new-name cache)
new-name))))

2128
index.html

File diff suppressed because it is too large Load Diff