comparison etc/NEWS @ 81785:9ec60a953d51

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 Jul 2007 03:54:30 +0000
parents ee27e7153c38
children 15008ad392dc
comparison
equal deleted inserted replaced
81784:f2e9e14a1ef2 81785:9ec60a953d51
129 +++ 129 +++
130 ** `file-remote-p' has a new optional parameter CONNECTED. 130 ** `file-remote-p' has a new optional parameter CONNECTED.
131 With this paramter passed non-nil, it is checked whether a remote 131 With this paramter passed non-nil, it is checked whether a remote
132 connection has been established already. 132 connection has been established already.
133 133
134 ** The two new functions `looking-at-p' and `string-match-p' can do
135 the same matching as `looking-at' and `string-match' without changing
136 the match data.
134 137
135 * New Packages for Lisp Programming in Emacs 23.1 138 * New Packages for Lisp Programming in Emacs 23.1
136 139
137 140
138 ---------------------------------------------------------------------- 141 ----------------------------------------------------------------------