]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-make-dependencies): Typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 14 Nov 2005 04:18:53 +0000 (04:18 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 14 Nov 2005 04:18:53 +0000 (04:18 +0000)
lisp/ChangeLog
lisp/cus-dep.el

index 08b08beeefd2f367fee3d10673319c84003ea473..1439ff2285a545a2a8288d182eed4527ef15ce2b 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * cus-dep.el (custom-make-dependencies): Typo.
+
 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp-util.el (top): Fix compilation warning.
@@ -26,8 +30,7 @@
        * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
        (gdb-var-create-handler): Handle string expressions properly.
        (gdb-var-list-children-regexp, gdb-var-list-children-handler):
-       Handle string expressions properly.  Move "type" field into
-       regexp.
+       Handle string expressions properly.  Move "type" field into regexp.
 
 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
 
        (apropos-pattern-quoted): New defvar.
        (apropos-regexp): New defvar, containing the regexp corresponding
        to apropos-pattern.
-       (apropos-all-words-regexp): Renamed from apropos-all-regexp.
+       (apropos-all-words-regexp): Rename from apropos-all-regexp.
        (apropos-read-pattern): New defun.  Use it to read pattern arg in
        interactive calls; returns list of words for a word list, and
        string for a regexp.
-       (apropos-parse-pattern): Renamed from apropos-rewrite-regexp.  Now
+       (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
        parses a list of words or regexp as returned by apropos-read-pattern.
        (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
        (apropos-score-doc): Return a very high score if the string
index af21c2ce75983c609aa20d1357efc9302a9d5ce5..985a428384ecafe451d8021d95b00e80b35ec1bb 100644 (file)
@@ -99,7 +99,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS"
                    (insert "(put '" (symbol-name symbol)
                             " 'custom-loads '")
                     (prin1 found (current-buffer))
-                    (insert "))\n"))))))
+                    (insert ")\n"))))))
   (insert "\
 ;; These are for handling :version.  We need to have a minimum of
 ;; information so `customize-changed-options' could do its job.