aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-08-20 21:36:27 -0400
committerGlenn Morris2012-08-20 21:36:27 -0400
commit9dca480127a5642b94b2736b855099cf302c90d4 (patch)
tree5204583e3ef4576a064736b22d798617b853a31d
parent1941e1344e7c7e8f49a48faefba55e5c23c08448 (diff)
downloademacs-9dca480127a5642b94b2736b855099cf302c90d4.tar.gz
emacs-9dca480127a5642b94b2736b855099cf302c90d4.zip
Remove some blank pages from cal-tex output
* lisp/calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance) (cal-tex-cursor-filofax-week): Remove leading blank page. (Were these supposed to serve some purpose? Printing?)
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/calendar/cal-tex.el2
2 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b4ce13b3cdd..3e68ed43b80 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12012-08-21 Glenn Morris <rgm@gnu.org> 12012-08-21 Glenn Morris <rgm@gnu.org>
2 2
3 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
4 (cal-tex-cursor-filofax-week): Remove leading blank page.
5
3 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance): 6 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4 Add autoload cookie. For now at least, don't use color, since 7 Add autoload cookie. For now at least, don't use color, since
5 no other cal-tex function does. 8 no other cal-tex function does.
diff --git a/lisp/calendar/cal-tex.el b/lisp/calendar/cal-tex.el
index cab3951673e..8868c2495f9 100644
--- a/lisp/calendar/cal-tex.el
+++ b/lisp/calendar/cal-tex.el
@@ -1069,7 +1069,6 @@ position to use instead of point."
1069") 1069")
1070 (cal-tex-b-document) 1070 (cal-tex-b-document)
1071 (cal-tex-cmd "\\pagestyle{empty}\\ ") 1071 (cal-tex-cmd "\\pagestyle{empty}\\ ")
1072 (cal-tex-newpage)
1073 (dotimes (i n) 1072 (dotimes (i n)
1074 (insert "\\lefthead") 1073 (insert "\\lefthead")
1075 (cal-tex-arg 1074 (cal-tex-arg
@@ -1324,7 +1323,6 @@ Optional EVENT indicates a buffer position to use instead of point."
1324") 1323")
1325 (cal-tex-b-document) 1324 (cal-tex-b-document)
1326 (cal-tex-cmd "\\pagestyle{empty}\\ ") 1325 (cal-tex-cmd "\\pagestyle{empty}\\ ")
1327 (cal-tex-newpage)
1328 (dotimes (i n) 1326 (dotimes (i n)
1329 (insert "\\lefthead") 1327 (insert "\\lefthead")
1330 (cal-tex-arg 1328 (cal-tex-arg