+2012-07-17 Juri Linkov <juri@jurta.org>
+
+ * descr-text.el (describe-char): Fix format args. (Bug#10129)
+
2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
Final renames and doc fixes for movement commands (bug#11899).
* progmodes/python.el (python-nav-beginning-of-statement): Rename
2012-04-16 Chong Yidong <cyd@gnu.org>
- * image.el (imagemagick--extension-regexp): New variable.
+ * image.el (imagemagick--file-regexp): New variable.
(imagemagick-register-types): Use it.
(imagemagick-types-inhibit): Add :set function. Allow new value
of t to inhibit all types.
(col (current-column)))
(if (or (/= beg 1) (/= end (1+ total)))
(format "%d of %d (%d%%), restriction: <%d-%d>, column: %d%s"
- pos total percent col beg end hscroll)
+ pos total percent beg end col hscroll)
(if (= pos end)
(format "%d of %d (EOB), column: %d%s" pos total col hscroll)
(format "%d of %d (%d%%), column: %d%s"