diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cedet/semantic/imenu.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp-sh.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/semantic/imenu.el b/lisp/cedet/semantic/imenu.el index 22a23e526a2..370f651b93d 100644 --- a/lisp/cedet/semantic/imenu.el +++ b/lisp/cedet/semantic/imenu.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/imenu.el --- Use Semantic as an imenu tag generator | 1 | ;;; semantic/imenu.el --- Use Semantic as an imenu tag generator |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2000-2005, 2007-2008, 2010-2012 | 3 | ;;; Copyright (C) 2000-2005, 2007-2008, 2010-2013 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 10665352c6e..2bffb868aba 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -805,7 +805,7 @@ on the remote host.") | |||
| 805 | (defconst tramp-perl-encode | 805 | (defconst tramp-perl-encode |
| 806 | "%s -e ' | 806 | "%s -e ' |
| 807 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 807 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 808 | # Copyright (C) 2002-2012 Free Software Foundation, Inc. | 808 | # Copyright (C) 2002-2013 Free Software Foundation, Inc. |
| 809 | use strict; | 809 | use strict; |
| 810 | 810 | ||
| 811 | my %%trans = do { | 811 | my %%trans = do { |
| @@ -843,7 +843,7 @@ This string is passed to `format', so percent characters need to be doubled.") | |||
| 843 | (defconst tramp-perl-decode | 843 | (defconst tramp-perl-decode |
| 844 | "%s -e ' | 844 | "%s -e ' |
| 845 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 845 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 846 | # Copyright (C) 2002-2012 Free Software Foundation, Inc. | 846 | # Copyright (C) 2002-2013 Free Software Foundation, Inc. |
| 847 | use strict; | 847 | use strict; |
| 848 | 848 | ||
| 849 | my %%trans = do { | 849 | my %%trans = do { |