]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 16 Jul 2001 23:45:18 +0000 (23:45 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 16 Jul 2001 23:45:18 +0000 (23:45 +0000)
lisp/ChangeLog

index bd3cb4fb3beac4eba06f2171c656512d6ef3e7fb..b21d959cd5e1ff83df20481629d72c811a1b0725 100644 (file)
@@ -1,11 +1,22 @@
+2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
+       (tcl-mode): Use tcl-add-log-defun.
+       (tcl-indent-line): Use tcl-calculate-indent.
+       (tcl-calculate-indent): Renamed from calculate-tcl-indent.
+       (tcl-indent-exp): Renamed from indent-tcl-exp.
+       (tcl-add-log-defun): Renamed from add-log-tcl-defun.
+       (tcl-indent-for-comment): Call comment-indent-function properly
+       and handle the case where it returns nil.
+
 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
 
-       * calendar/cal-islam.el (calendar-goto-islamic-date): Remove
-       autoload cookie.
+       * calendar/cal-islam.el (calendar-goto-islamic-date):
+       Remove autoload cookie.
+
+       * calendar/calendar.el (calendar-goto-islamic-date):
+       Add call to autoload.
 
-       * calendar/calendar.el (calendar-goto-islamic-date): Add
-       call to autoload.
-       
 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
 
        * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.