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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/add-log.el
Date: Wed, 09 Feb 2005 10:50:58 -0500

Index: emacs/lisp/add-log.el
diff -c emacs/lisp/add-log.el:1.154 emacs/lisp/add-log.el:1.155
*** emacs/lisp/add-log.el:1.154 Tue Jan  4 17:59:28 2005
--- emacs/lisp/add-log.el       Wed Feb  9 15:50:43 2005
***************
*** 126,132 ****
  
  (defcustom add-log-always-start-new-record nil
    "*If non-nil, `add-change-log-entry' will always start a new record."
!   :version "21.4"
    :type 'boolean
    :group 'change-log)
  
--- 126,132 ----
  
  (defcustom add-log-always-start-new-record nil
    "*If non-nil, `add-change-log-entry' will always start a new record."
!   :version "22.1"
    :type 'boolean
    :group 'change-log)
  
***************
*** 790,796 ****
                   ;; between that end and the desired position.
                   (when (save-excursion
                           (and (> location (point))
!                               (re-search-forward "^DEFUN" 
                                                   (save-excursion
                                                     (goto-char location)
                                                     (line-end-position))
--- 790,796 ----
                   ;; between that end and the desired position.
                   (when (save-excursion
                           (and (> location (point))
!                               (re-search-forward "^DEFUN"
                                                   (save-excursion
                                                     (goto-char location)
                                                     (line-end-position))




reply via email to

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