/[emacs]/emacs/man/custom.texi
ViewVC logotype

Diff of /emacs/man/custom.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.80 by lute, Sun Feb 6 13:37:06 2005 UTC revision 1.81 by kfstorm, Wed Feb 9 15:50:35 2005 UTC
# Line 506  customization files for different Emacs Line 506  customization files for different Emacs
506        ((and (= emacs-major-version 21) (< emacs-minor-version 4))        ((and (= emacs-major-version 21) (< emacs-minor-version 4))
507         ;; @r{Emacs 21 customization, before version 21.4.}         ;; @r{Emacs 21 customization, before version 21.4.}
508         (setq custom-file "~/.custom-21.el"))         (setq custom-file "~/.custom-21.el"))
509        (t        ((< emacs-major-version 22)
510         ;; @r{Emacs version 21.4 or later.}         ;; @r{Emacs version 21.4 or later.}
511         (setq custom-file "~/.custom-21.4.el")))         (setq custom-file "~/.custom-21.4.el"))
512          (t
513           ;; @r{Emacs version 22.1 or later.}
514           (setq custom-file "~/.custom-22.el")))
515    
516  (load custom-file)  (load custom-file)
517  @end example  @end example

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26