Explorar el Código

Add author info

Hello, I'm the person who put this code in EmacsWiki. My code is a
refinement of some code that another user posted on
[Stack Overflow][1]. My most current version of this code resides in
my emacs config [here][2] on GitHub.

This commit just adds me as author here, without modifying the code. I
may also submit a separate pull request with my latest version of this
code from my own config.

[1]: http://stackoverflow.com/questions/905338/can-i-use-ido-completing-read-instead-of-completing-read-everywhere

[2]: https://github.com/DarwinAwardWinner/dotemacs/blob/master/site-lisp/settings/ido-settings.el

Ryan Thompson hace 13 años
padre
commit
3634a863cd
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      ido-ubiquitous.el

+ 1 - 5
ido-ubiquitous.el

@@ -1,10 +1,6 @@
 ;;; ido-ubiquitous.el --- Use ido (nearly) everywhere.
 ;;; ido-ubiquitous.el --- Use ido (nearly) everywhere.
 
 
-;; Copyright unknown; taken from
-;; http://www.emacswiki.org/emacs/InteractivelyDoThings#toc13
-;; EmacsWiki edit history is currently unavailable for proper crediting.
-
-;; Author: Unknown
+;; Author: Ryan C. Thompson
 ;; URL: http://www.emacswiki.org/emacs/InteractivelyDoThings#toc13
 ;; URL: http://www.emacswiki.org/emacs/InteractivelyDoThings#toc13
 ;; Version: 0.2
 ;; Version: 0.2
 ;; Created: 2011-09-01
 ;; Created: 2011-09-01