obsolete alias to `cache-long-scans'.
* etc/NEWS: Mention `cache-long-scans'.
+2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
+
+ * NEWS: Mention `cache-long-scans'.
+
2013-08-05 Juanma Barranquero <lekktu@gmail.com>
* tutorials/TUTORIAL.es: Fix typo (bug#15027).
** Key ? also describes prefix bindings like C-h.
++++
+** `cache-long-line-scans' has been renamed to `cache-long-scans'
+because it affects caching of paragraph scanning results as well.
+
+++
** `apropos-variable' is now `apropos-user-option'
`apropos-user-option' shows all user options while `apropos-variable'
+2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
+
+ * files.el (cache-long-line-scans): Make
+ obsolete alias to `cache-long-scans'.
+
2013-08-06 Juanma Barranquero <lekktu@gmail.com>
* frameset.el (frameset, frameset-filter-alist)
(string-to-number value 8)
(file-modes-symbolic-to-number value modes)))))
-\f
+(define-obsolete-variable-alias 'cache-long-line-scans
+ 'cache-long-scans "24.4")
+
;; Trashcan handling.
(defcustom trash-directory nil
"Directory for `move-file-to-trash' to move files and directories to.