Mercurial > emacs
diff lisp/ChangeLog @ 107090:ce00524a181d
Fix 2009-02-20 change to startup.el (Bug#5519).
* startup.el (command-line-1): Convert options beginning with a single dash as well (Bug#5519).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 04 Feb 2010 23:49:36 -0500 |
parents | d9f5c24a36cb |
children | c2a34eaf2f6a |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Feb 04 23:21:11 2010 -0500 +++ b/lisp/ChangeLog Thu Feb 04 23:49:36 2010 -0500 @@ -1,3 +1,8 @@ +2010-02-05 Chong Yidong <cyd@stupidchicken.com> + + * startup.el (command-line-1): Convert options beginning with a + single dash as well (Bug#5519). + 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca> Make `initials' completion work for /hh -> /home/horn again (bug#5524).