Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
53374291
Commit
53374291
authored
Dec 29, 2008
by
Dan Nicolaescu
Browse files
(mkdir): New defalias.
parent
31e0750e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
etc/NEWS
etc/NEWS
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/subr.el
lisp/subr.el
+1
-0
No files found.
etc/NEWS
View file @
53374291
...
...
@@ -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'.
* New Modes and Packages in Emacs 23.1
...
...
lisp/ChangeLog
View file @
53374291
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
...
...
lisp/subr.el
View file @
53374291
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment