diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-06-13 02:37:04 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-06-13 02:37:04 +0200 |
commit | a5afb1157ae23926378c24d91a97f8dcc595d70c (patch) | |
tree | 44ef95c135dca3bf8d9ccd54ba0287d9cdfbe468 | |
parent | 5ee2676c4e03daba7d9396706a3a3676277dee34 (diff) | |
download | zsh-a5afb1157ae23926378c24d91a97f8dcc595d70c.tar.gz zsh-a5afb1157ae23926378c24d91a97f8dcc595d70c.zip |
Remove leading whitespace from texinfo directory entry
Closes: #711516
-rw-r--r-- | debian/patches/series | 1 | ||||
-rw-r--r-- | debian/patches/texinfo_remove_leading_whitespace.patch | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series index d201235f5..5fb231fc4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ updates_needed_with_latest_texinfo.patch suppress_texinfo_warning_by_adding_item_arguments.patch +texinfo_remove_leading_whitespace.patch diff --git a/debian/patches/texinfo_remove_leading_whitespace.patch b/debian/patches/texinfo_remove_leading_whitespace.patch new file mode 100644 index 000000000..ae59caa24 --- /dev/null +++ b/debian/patches/texinfo_remove_leading_whitespace.patch @@ -0,0 +1,19 @@ +Description: Remove leading whitespace from texinfo directory entry + The leading whitespace makes Emacs' info menu not work as expected, + at least With newer version or combinations of texinfo and/or yodl. +Author: Axel Beckert <abe@debian.org> +Debian-Bug: 711516 + +Index: zsh/Doc/ztexi.yo +=================================================================== +--- zsh.orig/Doc/ztexi.yo 2013-06-13 02:31:40.743480301 +0200 ++++ zsh/Doc/ztexi.yo 2013-06-13 02:32:50.236628923 +0200 +@@ -71,7 +71,7 @@ + NOTRANS(@ifinfo)+NL()\ + NOTRANS(@dircategory Utilities)+NL()\ + NOTRANS(@direntry)+NL()\ +- NOTRANS( * ZSH: (zsh). The Z Shell Manual.)+NL()\ ++ NOTRANS(* ZSH: (zsh). The Z Shell Manual.)+NL()\ + NOTRANS(@end direntry)+NL()\ + NOTRANS(@end ifinfo)+NL()\ + ) |