~ubuntu-branches/ubuntu/saucy/ecb/saucy

« back to all changes in this revision

Viewing changes to ecb-autogen.el

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-09-01 22:15:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040901221518-0jfdt2apb2rj69ey
Tags: 2.27-1
And include latest Upstream too...

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
;; GNU Emacs; see the file COPYING.  If not, write to the Free Software
27
27
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28
28
 
29
 
;; $Id: ecb-autogen.el,v 1.11 2003/09/12 09:19:26 berndl Exp $
 
29
;; $Id: ecb-autogen.el,v 1.12 2004/05/06 09:02:08 berndl Exp $
30
30
 
31
31
;;; Commentary:
32
32
;;
79
79
(defun ecb-autogen-update-header ()
80
80
  "Update header of the auto-generated autoloads file.
81
81
Run as `write-contents-hooks'."
82
 
  (when (string-equal generated-autoload-file (buffer-file-name))
 
82
  (when (ecb-string= generated-autoload-file (buffer-file-name))
83
83
    (let ((tag (format ";;; %s ---" (file-name-nondirectory
84
84
                                     (buffer-file-name)))))
85
85
      (message "Updating header...")