summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/shadow.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@gnu.org>2013-10-13 20:55:00 +0900
committerKenichi Handa <handa@gnu.org>2013-10-13 20:55:00 +0900
commit70c8ae6ebdad9265f793b91bc056204e0833682b (patch)
tree464b1c03544f36da75b8a42ad8f3c8b1f7cfc9e2 /lisp/emacs-lisp/shadow.el
parent85b64f021c189466eec8036df2996af409714666 (diff)
parentfc7f501bc04f23af297fda7b6cb17df493b59397 (diff)
downloademacs-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.el6
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: