]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 22 Oct 2007 09:58:09 +0000 (09:58 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 22 Oct 2007 09:58:09 +0000 (09:58 +0000)
lisp/ChangeLog

index 368b6f4da169f2eed75385fd37473f34b519444a..760b04c70ebc4d8d934284c867610e37ca3fc920 100644 (file)
@@ -1,4 +1,4 @@
-2007-10-20  Sean O'Rourke  <sorourke@cs.ucsd.edu>
+2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
 
        * complete.el (PC-expand-many-files): Remove.
        (PC-do-completion): Call file-expand-wildcards instead of
@@ -36,7 +36,7 @@
        (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
        (f90-mode): Doc fix.
        (f90-looking-at-select-case): Doc fix.  Add `select type'.
-       (f90-looking-at-associate): New function,
+       (f90-looking-at-associate): New function.
        (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
        Add `enum' and `abstract interface'.
        (f90-no-block-limit): Add `select type' and `abstract interface'.
        (vc-bzr-dir-state): Replace its use with vc-bzr-command.
        (vc-bzr-buffer-nonblank-p): New function.
        (vc-bzr-state-words): New const.
-       (vc-bzr-state): Look for `bzr status` keywords in output.
+       (vc-bzr-state): Look for `bzr status' keywords in output.
        Display everything else as a warning message to the user.
        Fix status report with bzr >= 0.15.
 
        * progmodes/sh-script.el: Remove unneeded * from docstrings.
        Use [:alpha:] and [:alnum:] where applicable.
        (sh-quoted-subshell): Rewrite to correctly
-       handle nested mixes of `...` and $(...).
+       handle nested mixes of `...' and $(...).
        (sh-apply-quoted-subshell): Remove.
        (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.