* lisp/files.el (cache-long-line-scans): Make
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 6 Aug 2013 16:33:14 +0000 (20:33 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 6 Aug 2013 16:33:14 +0000 (20:33 +0400)
obsolete alias to `cache-long-scans'.
* etc/NEWS: Mention `cache-long-scans'.

etc/ChangeLog
etc/NEWS
lisp/ChangeLog
lisp/files.el

index 2d204f3..85a04f8 100644 (file)
@@ -1,3 +1,7 @@
+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).
index 507cd04..3682b6f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -53,6 +53,10 @@ pkg-config is required to find ImageMagick libraries.
 
 ** 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'
index 0843ca2..5f243b8 100644 (file)
@@ -1,3 +1,8 @@
+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)
index 526c535..efd8960 100644 (file)
@@ -6690,7 +6690,9 @@ based on existing mode bits, as in \"og+rX-w\"."
          (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.