+2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * progmodes/hideif.el (hif-factor): Handle unary minus.
+
2008-04-12 Glenn Morris <rgm@gnu.org>
* calendar/cal-china.el (chinese-calendar-time-zone):
2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
+ * progmodes/python.el (python-mode): Don't mess with hippie-expand.
+
* Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
* textmodes/fill.el (fill-forward-paragraph-function): New var.
((numberp hif-token)
(prog1 hif-token (hif-nexttoken)))
+ ;; Unary plus/minus.
+ ((memq hif-token '(hif-minus hif-plus))
+ (list (prog1 hif-token (hif-nexttoken)) 0 (hif-factor)))
+
(t ; identifier
(let ((ident hif-token))
(if (memq ident '(or and))