/[emacs]/emacs/lisp/textmodes/org.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/org.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.38 by cdominik, Fri Sep 23 15:45:39 2005 UTC revision 1.39 by lektu, Mon Sep 26 09:41:32 2005 UTC
# Line 7064  If NLAST is a number, only the NLAST fie Line 7064  If NLAST is a number, only the NLAST fie
7064                       (format "%d:%02d:%02d" h m s))))                       (format "%d:%02d:%02d" h m s))))
7065          (kill-new sres)          (kill-new sres)
7066          (if (interactive-p)          (if (interactive-p)
7067              (message "s"              (message "%s"
7068                       (substitute-command-keys                       (substitute-command-keys
7069                        (format "Sum of %d items: %-20s     (\\[yank] will insert result into buffer)"                        (format "Sum of %d items: %-20s     (\\[yank] will insert result into buffer)"
7070                                (length numbers) sres))))                                (length numbers) sres))))
# Line 9587  COMMANDS is a list of alternating OLDDEF Line 9587  COMMANDS is a list of alternating OLDDEF
9587        (if (fboundp 'command-remapping)        (if (fboundp 'command-remapping)
9588            (define-key map (vector 'remap old) new)            (define-key map (vector 'remap old) new)
9589          (substitute-key-definition old new map global-map)))))          (substitute-key-definition old new map global-map)))))
9590      
9591  (when (eq org-enable-table-editor 'optimized)  (when (eq org-enable-table-editor 'optimized)
9592    ;; If the user wants maximum table support, we need to hijack    ;; If the user wants maximum table support, we need to hijack
9593    ;; some standard editing functions    ;; some standard editing functions

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26