mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(generic-font-lock-defaults): Declare with define-obsolete-variable-alias.
This commit is contained in:
parent
248634e90d
commit
bda2c1ffa1
@ -1,3 +1,12 @@
|
||||
2005-08-11 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* battery.el (battery-status-function): Don't use ignore-errors.
|
||||
|
||||
2005-08-11 Lute Kamstra <lute@gnu.org>
|
||||
|
||||
* emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
|
||||
define-obsolete-variable-alias.
|
||||
|
||||
2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
|
||||
|
@ -102,8 +102,7 @@
|
||||
(defvar generic-font-lock-keywords nil
|
||||
"Keywords for `font-lock-defaults' in a generic mode.")
|
||||
(make-variable-buffer-local 'generic-font-lock-keywords)
|
||||
(defvaralias 'generic-font-lock-defaults 'generic-font-lock-keywords)
|
||||
(make-obsolete-variable 'generic-font-lock-defaults 'generic-font-lock-keywords "22.1")
|
||||
(define-obsolete-variable-alias 'generic-font-lock-defaults 'generic-font-lock-keywords "22.1")
|
||||
|
||||
;;;###autoload
|
||||
(defvar generic-mode-list nil
|
||||
|
Loading…
Reference in New Issue
Block a user