diff options
author | Kenichi Handa <handa@gnu.org> | 2013-10-13 20:55:00 +0900 |
---|---|---|
committer | Kenichi Handa <handa@gnu.org> | 2013-10-13 20:55:00 +0900 |
commit | 70c8ae6ebdad9265f793b91bc056204e0833682b (patch) | |
tree | 464b1c03544f36da75b8a42ad8f3c8b1f7cfc9e2 /lisp/emacs-lisp/shadow.el | |
parent | 85b64f021c189466eec8036df2996af409714666 (diff) | |
parent | fc7f501bc04f23af297fda7b6cb17df493b59397 (diff) | |
download | emacs-70c8ae6ebdad9265f793b91bc056204e0833682b.tar.gz emacs-70c8ae6ebdad9265f793b91bc056204e0833682b.tar.bz2 emacs-70c8ae6ebdad9265f793b91bc056204e0833682b.zip |
merge trunk
Diffstat (limited to 'lisp/emacs-lisp/shadow.el')
-rw-r--r-- | lisp/emacs-lisp/shadow.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/shadow.el b/lisp/emacs-lisp/shadow.el index d0e3c5763b5..e56fc1fcb13 100644 --- a/lisp/emacs-lisp/shadow.el +++ b/lisp/emacs-lisp/shadow.el @@ -45,7 +45,7 @@ ;; ;; emacs -batch -f list-load-path-shadows ;; -;; Thanks to Francesco Potorti` <pot@cnuce.cnr.it> for suggestions, +;; Thanks to Francesco Potortì <pot@cnuce.cnr.it> for suggestions, ;; rewritings & speedups. ;;; Code: @@ -284,3 +284,7 @@ version unless you know what you are doing.\n") (provide 'shadow) ;;; shadow.el ends here + +;; Local Variables: +;; coding: utf-8 +;; End: |