emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/add-log.el
Date: Wed, 18 May 2005 06:17:18 -0400

Index: emacs/lisp/add-log.el
diff -c emacs/lisp/add-log.el:1.161 emacs/lisp/add-log.el:1.162
*** emacs/lisp/add-log.el:1.161 Thu May 12 09:25:17 2005
--- emacs/lisp/add-log.el       Wed May 18 10:17:18 2005
***************
*** 492,504 ****
  
      (if whoami
        (progn
!         (setq full-name (read-input "Full name: " full-name))
          ;; Note that some sites have room and phone number fields in
          ;; full name which look silly when inserted.  Rather than do
          ;; anything about that here, let user give prefix argument so that
          ;; s/he can edit the full name field in prompter if s/he wants.
          (setq mailing-address
!               (read-input "Mailing address: " mailing-address))))
  
      (unless (equal file-name buffer-file-name)
        (if (or other-window (window-dedicated-p (selected-window)))
--- 492,504 ----
  
      (if whoami
        (progn
!         (setq full-name (read-string "Full name: " full-name))
          ;; Note that some sites have room and phone number fields in
          ;; full name which look silly when inserted.  Rather than do
          ;; anything about that here, let user give prefix argument so that
          ;; s/he can edit the full name field in prompter if s/he wants.
          (setq mailing-address
!               (read-string "Mailing address: " mailing-address))))
  
      (unless (equal file-name buffer-file-name)
        (if (or other-window (window-dedicated-p (selected-window)))




reply via email to

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