]> code.delx.au - gnu-emacs/commitdiff
(mkdir): New defalias.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 29 Dec 2008 05:11:15 +0000 (05:11 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 29 Dec 2008 05:11:15 +0000 (05:11 +0000)
etc/NEWS
lisp/ChangeLog
lisp/subr.el

index 50a58f8e2fc74ca8446e0e3d4d1a5bb600ffcc80..1865495e09d75cc97adeecb6f85140d1a3ac948a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -551,6 +551,8 @@ top line, -1 for bottom line), or nil for no recentering.
 +++
 *** When typing in a password in the echo area, C-y yanks the current
 kill into the password.
+
+*** `mkdir' is a new convenience alias for `make-directory'.
 \f
 * New Modes and Packages in Emacs 23.1
 
index 6e93991542daba49f7703364a2439dbc4bcf39c0..a388847b6b52a169d0a3295e6b4c2fa519e85911 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * subr.el (mkdir): New defalias.
+
 2008-12-29  Juri Linkov  <juri@jurta.org>
 
        * proced.el (proced-mode-map): Bind " " to next-line instead of the
index 7c8f844164f0fd2eed5971a0947a5e47d9999c24..0e5f0194ce468a67b176e4df86cd6e0971f275fd 100644 (file)
@@ -1077,6 +1077,7 @@ to reread, so it now uses nil to mean `no event', instead of -1."
 (defalias 'int-to-string 'number-to-string)
 (defalias 'store-match-data 'set-match-data)
 (defalias 'chmod 'set-file-modes)
+(defalias 'mkdir 'make-directory)
 ;; These are the XEmacs names:
 (defalias 'point-at-eol 'line-end-position)
 (defalias 'point-at-bol 'line-beginning-position)