]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 2d204f326b2a56a96c6295d315bfdfd50078e1bf..85a04f87f574e5dfb5ccb8b107df44d1c7b2506e 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 507cd04aa10930dc68042cb3cb60dc7a141ed1a0..3682b6fc08b55f32363b263b2962cf90d603a49b 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 0843ca2398a45791d60c587f9db001490f46780a..5f243b82e04693a226768ea4e8b6170f3c879326 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 526c535450bf2d262efe9b6fb6d2f5ad945500bd..efd89605b1b1e222f7bad16145c94dceaf778057 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.