chiark / gitweb /
Merge branch 'master' of vampire:etc/profile
[profile] / el / dot-emacs.el
index 8b6618ddb9ace5012b8ba71a03035b6295e69870..d2eba215baa3bbdb83aa23f1718e11e3db1d1cd9 100644 (file)
@@ -1029,13 +1029,14 @@                   (defun-open . (add 0 c-indent-one-line-block))
                  (arglist-cont-nonempty . mdw-c-lineup-arglist)
                  (topmost-intro . mdw-c-indent-extern-mumble)
                  (cpp-define-intro . 0)
+                 (knr-argdecl . 0)
                  (inextern-lang . [0])
                  (label . 0)
                  (case-label . +)
                  (access-label . -)
                  (inclass . +)
                  (inline-open . ++)
-                 (statement-cont . 0)
+                 (statement-cont . +)
                  (statement-case-intro . +)))
               t))
 
@@ -2142,8 +2143,8 @@ (defun mdw-eshell-prompt ()
                   (home (expand-file-name "~")) (nhome (length home)))
              (if (and (>= npwd nhome)
                       (or (= nhome npwd)
-                          (= (elt pwd nhome) ?/)
-                      (string= (substring pwd 0 nhome) home)))
+                          (= (elt pwd nhome) ?/))
+                      (string= (substring pwd 0 nhome) home))
                  (concat "~" (substring pwd (length home)))
                pwd))
            right)))