2009-05-26 Chong Yidong <cyd@stupidchicken.com>
+ * edmacro.el (edmacro-parse-keys): Fix 2008-08-19
+ change (Bug#3387).
+
* view.el (view-recenter): Allow recenter to compute window height
normally.
(view-window-size): Use window-line-height to find window height.
(times 1)
key)
;; Try to catch events of the form "<as df>".
- (if (string-match "^<[^ <>\t\n\f][^>\t\n\f]*>" word)
+ (if (string-match "\\`<[^ <>\t\n\f][^>\t\n\f]*>" word)
(setq word (match-string 0 word)
pos (+ word-beg (match-end 0)))
(setq word (substring string word-beg word-end)