emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/handwrite.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/play/handwrite.el
Date: Tue, 04 Feb 2003 08:20:43 -0500

Index: emacs/lisp/play/handwrite.el
diff -c emacs/lisp/play/handwrite.el:1.11 emacs/lisp/play/handwrite.el:1.12
*** emacs/lisp/play/handwrite.el:1.11   Thu May 16 07:57:58 2002
--- emacs/lisp/play/handwrite.el        Tue Feb  4 08:20:41 2003
***************
*** 143,149 ****
        ((pmin)                         ; thanks, Havard
         (lastp)
         (cur-buf (current-buffer))
!        (tpoint (point))       
         (ps-ypos 63)
         (lcount 0)
         (ipage 1)
--- 143,149 ----
        ((pmin)                         ; thanks, Havard
         (lastp)
         (cur-buf (current-buffer))
!        (tpoint (point))
         (ps-ypos 63)
         (lcount 0)
         (ipage 1)
***************
*** 175,181 ****
      (switch-to-buffer cur-buf)
      (goto-char (point-min))           ;start at beginning
      (save-excursion
!       ;;as long as we see a newline the document is not ended.        
        (while (re-search-forward "\n" nil t)
        (previous-line 1)
        (beginning-of-line)
--- 175,181 ----
      (switch-to-buffer cur-buf)
      (goto-char (point-min))           ;start at beginning
      (save-excursion
!       ;;as long as we see a newline the document is not ended.
        (while (re-search-forward "\n" nil t)
        (previous-line 1)
        (beginning-of-line)
***************
*** 1375,1381 ****
  ;; Key bindings
  
  
! ;;; I'd rather not fill up the menu bar menus with 
  ;;; lots of random miscellaneous features. -- rms.
  ;;;(define-key-after
  ;;;  (lookup-key global-map [menu-bar edit])
--- 1375,1381 ----
  ;; Key bindings
  
  
! ;;; I'd rather not fill up the menu bar menus with
  ;;; lots of random miscellaneous features. -- rms.
  ;;;(define-key-after
  ;;;  (lookup-key global-map [menu-bar edit])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]