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)))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to