emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113720: * lisp/files.el (cache-long-line-scans): Ma


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r113720: * lisp/files.el (cache-long-line-scans): Make
Date: Tue, 06 Aug 2013 16:33:33 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113720
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Tue 2013-08-06 20:33:14 +0400
message:
  * lisp/files.el (cache-long-line-scans): Make
  obsolete alias to `cache-long-scans'.
  * etc/NEWS: Mention `cache-long-scans'.
modified:
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/files.el                  files.el-20091113204419-o5vbwnq5f7feedwu-265
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-08-05 16:29:09 +0000
+++ b/etc/ChangeLog     2013-08-06 16:33:14 +0000
@@ -1,3 +1,7 @@
+2013-08-06  Dmitry Antipov  <address@hidden>
+
+       * NEWS: Mention `cache-long-scans'.
+
 2013-08-05  Juanma Barranquero  <address@hidden>
 
        * tutorials/TUTORIAL.es: Fix typo (bug#15027).

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-08-04 20:18:11 +0000
+++ b/etc/NEWS  2013-08-06 16:33:14 +0000
@@ -54,6 +54,10 @@
 ** 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'
 shows all variables.  When called with a universal prefix argument,

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-08-06 12:18:43 +0000
+++ b/lisp/ChangeLog    2013-08-06 16:33:14 +0000
@@ -1,3 +1,8 @@
+2013-08-06  Dmitry Antipov  <address@hidden>
+
+       * files.el (cache-long-line-scans): Make
+       obsolete alias to `cache-long-scans'.
+
 2013-08-06  Juanma Barranquero  <address@hidden>
 
        * frameset.el (frameset, frameset-filter-alist)

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2013-08-01 23:18:37 +0000
+++ b/lisp/files.el     2013-08-06 16:33:14 +0000
@@ -6690,7 +6690,9 @@
          (string-to-number value 8)
        (file-modes-symbolic-to-number value modes)))))
 
-
+(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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]