emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/log-edit.el


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/log-edit.el
Date: Sun, 18 Sep 2005 08:25:08 -0400

Index: emacs/lisp/log-edit.el
diff -c emacs/lisp/log-edit.el:1.32 emacs/lisp/log-edit.el:1.33
*** emacs/lisp/log-edit.el:1.32 Sat Aug  6 22:13:43 2005
--- emacs/lisp/log-edit.el      Sun Sep 18 12:25:02 2005
***************
*** 331,337 ****
      (set (make-local-variable 'log-edit-initial-files) (log-edit-files))
      (when setup (run-hooks 'log-edit-hook))
      (goto-char (point-min)) (push-mark (point-max))
!     (message (substitute-command-keys
              "Press \\[log-edit-done] when you are done editing."))))
  
  (define-derived-mode log-edit-mode text-mode "Log-Edit"
--- 331,337 ----
      (set (make-local-variable 'log-edit-initial-files) (log-edit-files))
      (when setup (run-hooks 'log-edit-hook))
      (goto-char (point-min)) (push-mark (point-max))
!     (message "%s" (substitute-command-keys
              "Press \\[log-edit-done] when you are done editing."))))
  
  (define-derived-mode log-edit-mode text-mode "Log-Edit"
***************
*** 426,432 ****
    (interactive)
    (if (eq last-command 'log-edit-mode-help)
        (describe-function major-mode)
!     (message
       (substitute-command-keys
        "Type `\\[log-edit-done]' to finish commit.  Try `\\[describe-function] 
log-edit-done' for more help."))))
  
--- 426,432 ----
    (interactive)
    (if (eq last-command 'log-edit-mode-help)
        (describe-function major-mode)
!     (message "%s"
       (substitute-command-keys
        "Type `\\[log-edit-done]' to finish commit.  Try `\\[describe-function] 
log-edit-done' for more help."))))
  




reply via email to

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