emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/org.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/org.el
Date: Mon, 26 Sep 2005 05:41:33 -0400

Index: emacs/lisp/textmodes/org.el
diff -c emacs/lisp/textmodes/org.el:1.38 emacs/lisp/textmodes/org.el:1.39
*** emacs/lisp/textmodes/org.el:1.38    Fri Sep 23 15:45:39 2005
--- emacs/lisp/textmodes/org.el Mon Sep 26 09:41:32 2005
***************
*** 7064,7070 ****
                     (format "%d:%02d:%02d" h m s))))
        (kill-new sres)
        (if (interactive-p)
!           (message "s"
                     (substitute-command-keys
                      (format "Sum of %d items: %-20s     (\\[yank] will insert 
result into buffer)"
                              (length numbers) sres))))
--- 7064,7070 ----
                     (format "%d:%02d:%02d" h m s))))
        (kill-new sres)
        (if (interactive-p)
!           (message "%s"
                     (substitute-command-keys
                      (format "Sum of %d items: %-20s     (\\[yank] will insert 
result into buffer)"
                              (length numbers) sres))))
***************
*** 9587,9593 ****
        (if (fboundp 'command-remapping)
          (define-key map (vector 'remap old) new)
        (substitute-key-definition old new map global-map)))))
!   
  (when (eq org-enable-table-editor 'optimized)
    ;; If the user wants maximum table support, we need to hijack
    ;; some standard editing functions
--- 9587,9593 ----
        (if (fboundp 'command-remapping)
          (define-key map (vector 'remap old) new)
        (substitute-key-definition old new map global-map)))))
! 
  (when (eq org-enable-table-editor 'optimized)
    ;; If the user wants maximum table support, we need to hijack
    ;; some standard editing functions




reply via email to

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